#BBFDFF

Color #BBFDFF Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #BBFDFF

Tints of Pale Turquoise #BBFDFF

Color information

#BBFDFF (or 0xBBFDFF) is unknown color: approx Pale Turquoise. HEX triplet: BB, FD and FF. RGB value is (187,253,255). Sum of RGB (Red+Green+Blue) = 187+253+255=695 (92% of max value = 765). Red value is 187 (73.44% from 255 or 26.91% from 695); Green value is 253 (99.22% from 255 or 36.40% from 695); Blue value is 255 (100% from 255 or 36.69% from 695); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBFDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFDFF is #440200. Grayscale: #E9E9E9. Windows color (decimal): -4456961 or 16776635. OLE color: 16776635.

HSL color Cylindrical-coordinate representation of color #BBFDFF: hue angle of 181.76º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBFDFF is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB187253255-
CMYK0.270.0100
HSL181.76º100%86.67%-
HSV(B)181.76º26.67%100%-
XYZ73.6788.04107.72-
YUV233.49140.1394.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 26.91%
GREEN value IS 253 (99.22% from 255) = 36.40%
BLUE value IS 255 (100% from 255) = 36.69%
R=26.91%
G=36.40%
B=36.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872532550.270.0100181.7610086.67
HexBBFDFF1B100b66457
Octal27337537733100266144127
Binary101110111111110111111111110111001011011011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFDFF; }

 p { color: rgb(187,253,255); }

 H1.HeaderClassName
 {
   color: #BBFDFF;
 }
 .AnyTagClassName
 {
   color: #BBFDFF;
 }
</style>
background-color css

<style>
 a { background-color: #BBFDFF; }

 a { background-color: rgb(187,253,255); }

 div.DivClassName
 {
   background-color: #BBFDFF;
 }
 .BgClassName
 {
   background-color: #BBFDFF;
 }
</style>
border-color css

<style>
 span { border-color: #BBFDFF; }

 span { border-color: rgb(187,253,255); }

 td.TdClassName
 {
   border-color: #BBFDFF;
 }
 .TagClassName
 {
   border-color: #BBFDFF;
 }
</style>