#BDF6F9

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

Shades of Pale Turquoise #BDF6F9

Tints of Pale Turquoise #BDF6F9

Color information

#BDF6F9 (or 0xBDF6F9) is unknown color: approx Pale Turquoise. HEX triplet: BD, F6 and F9. RGB value is (189,246,249). Sum of RGB (Red+Green+Blue) = 189+246+249=684 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.63% from 684); Green value is 246 (96.48% from 255 or 35.96% from 684); Blue value is 249 (97.66% from 255 or 36.40% from 684); Max value from RGB is 249 - color contains mainly: blue. Hex color #BDF6F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF6F9 is #420906. Grayscale: #E5E5E5. Windows color (decimal): -4327687 or 16381629. OLE color: 16381629.

HSL color Cylindrical-coordinate representation of color #BDF6F9: hue angle of 183º degrees, saturation: 0.83, 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 #BDF6F9 is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189246249-
CMYK0.240.0100.02
HSL183º83.33%85.88%-
HSV(B)183º24.1%97.65%-
XYZ71.0483.57102.01-
YUV229.3139.1299.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.63%
GREEN value IS 246 (96.48% from 255) = 35.96%
BLUE value IS 249 (97.66% from 255) = 36.40%
R=27.63%
G=35.96%
B=36.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892462490.240.0100.0218383.3385.88
HexBDF6F918102b75356
Octal27536637130102267123126
Binary1011110111110110111110011100010101011011110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF6F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF6F9; }

 p { color: rgb(189,246,249); }

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

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

 a { background-color: rgb(189,246,249); }

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

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

 span { border-color: rgb(189,246,249); }

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