#BDF9FB

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

Shades of Pale Turquoise #BDF9FB

Tints of Pale Turquoise #BDF9FB

Color information

#BDF9FB (or 0xBDF9FB) is unknown color: approx Pale Turquoise. HEX triplet: BD, F9 and FB. RGB value is (189,249,251). Sum of RGB (Red+Green+Blue) = 189+249+251=689 (91% of max value = 765). Red value is 189 (74.22% from 255 or 27.43% from 689); Green value is 249 (97.66% from 255 or 36.14% from 689); Blue value is 251 (98.44% from 255 or 36.43% from 689); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDF9FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF9FB is #420604. Grayscale: #E7E7E7. Windows color (decimal): -4326917 or 16513469. OLE color: 16513469.

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

Color convert

RGB189249251-
CMYK0.250.0100.02
HSL181.94º88.57%86.27%-
HSV(B)181.94º24.7%98.43%-
XYZ72.2785.54103.97-
YUV231.29139.1297.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.43%
GREEN value IS 249 (97.66% from 255) = 36.14%
BLUE value IS 251 (98.44% from 255) = 36.43%
R=27.43%
G=36.14%
B=36.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892492510.250.0100.02181.9488.5786.27
HexBDF9FB19102b65956
Octal27537137331102266131126
Binary1011110111111001111110111100110101011011010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF9FB; }

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

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

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

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

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

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

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

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