#BDFBFC

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

Shades of Pale Turquoise #BDFBFC

Tints of Pale Turquoise #BDFBFC

Color information

#BDFBFC (or 0xBDFBFC) is unknown color: approx Pale Turquoise. HEX triplet: BD, FB and FC. RGB value is (189,251,252). Sum of RGB (Red+Green+Blue) = 189+251+252=692 (91% of max value = 765). Red value is 189 (74.22% from 255 or 27.31% from 692); Green value is 251 (98.44% from 255 or 36.27% from 692); Blue value is 252 (98.83% from 255 or 36.42% from 692); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDFBFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFBFC is #420403. Grayscale: #E8E8E8. Windows color (decimal): -4326404 or 16579517. OLE color: 16579517.

HSL color Cylindrical-coordinate representation of color #BDFBFC: hue angle of 180.95º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFBFC is Cyan = 0.25, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB189251252-
CMYK0.250.0000.01
HSL180.95º91.3%86.47%-
HSV(B)180.95º25%98.82%-
XYZ73.0586.84105.01-
YUV232.58138.9696.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.31%
GREEN value IS 251 (98.44% from 255) = 36.27%
BLUE value IS 252 (98.83% from 255) = 36.42%
R=27.31%
G=36.27%
B=36.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892512520.250.0000.01180.9591.386.47
HexBDFBFC19001b55b56
Octal27537337431001265133126
Binary101111011111101111111100110010011011010110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFBFC; }

 p { color: rgb(189,251,252); }

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

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

 a { background-color: rgb(189,251,252); }

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

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

 span { border-color: rgb(189,251,252); }

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