#BDFBF8

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

Shades of Pale Turquoise #BDFBF8

Tints of Pale Turquoise #BDFBF8

Color information

#BDFBF8 (or 0xBDFBF8) is unknown color: approx Pale Turquoise. HEX triplet: BD, FB and F8. RGB value is (189,251,248). Sum of RGB (Red+Green+Blue) = 189+251+248=688 (91% of max value = 765). Red value is 189 (74.22% from 255 or 27.47% from 688); Green value is 251 (98.44% from 255 or 36.48% from 688); Blue value is 248 (97.27% from 255 or 36.05% from 688); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFBF8 is #420407. Grayscale: #E8E8E8. Windows color (decimal): -4326408 or 16317373. OLE color: 16317373.

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

Color convert

RGB189251248-
CMYK0.2500.010.02
HSL177.1º88.57%86.27%-
HSV(B)177.1º24.7%98.43%-
XYZ72.4386.59101.7-
YUV232.12136.9697.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.47%
GREEN value IS 251 (98.44% from 255) = 36.48%
BLUE value IS 248 (97.27% from 255) = 36.05%
R=27.47%
G=36.48%
B=36.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892512480.2500.010.02177.188.5786.27
HexBDFBF819012b15956
Octal27537337031012261131126
Binary1011110111111011111110001100101101011000110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFBF8; }

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

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

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

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

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

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

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

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