#BDFAF8

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

Shades of Pale Turquoise #BDFAF8

Tints of Pale Turquoise #BDFAF8

Color information

#BDFAF8 (or 0xBDFAF8) is unknown color: approx Pale Turquoise. HEX triplet: BD, FA and F8. RGB value is (189,250,248). Sum of RGB (Red+Green+Blue) = 189+250+248=687 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.51% from 687); Green value is 250 (98.05% from 255 or 36.39% from 687); Blue value is 248 (97.27% from 255 or 36.10% from 687); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFAF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFAF8 is #420507. Grayscale: #E7E7E7. Windows color (decimal): -4326664 or 16317117. OLE color: 16317117.

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

Color convert

RGB189250248-
CMYK0.2400.010.02
HSL178.03º85.92%86.08%-
HSV(B)178.03º24.4%98.04%-
XYZ72.1285.97101.6-
YUV231.53137.2997.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.51%
GREEN value IS 250 (98.05% from 255) = 36.39%
BLUE value IS 248 (97.27% from 255) = 36.10%
R=27.51%
G=36.39%
B=36.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892502480.2400.010.02178.0385.9286.08
HexBDFAF818012b25656
Octal27537237030012262126126
Binary1011110111111010111110001100001101011001010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFAF8; }

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

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

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

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

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

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

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

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