#BDF5FB

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

Shades of Pale Turquoise #BDF5FB

Tints of Pale Turquoise #BDF5FB

Color information

#BDF5FB (or 0xBDF5FB) is unknown color: approx Pale Turquoise. HEX triplet: BD, F5 and FB. RGB value is (189,245,251). Sum of RGB (Red+Green+Blue) = 189+245+251=685 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.59% from 685); Green value is 245 (96.09% from 255 or 35.77% from 685); Blue value is 251 (98.44% from 255 or 36.64% from 685); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDF5FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF5FB is #420A04. Grayscale: #E4E4E4. Windows color (decimal): -4327941 or 16512445. OLE color: 16512445.

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

Color convert

RGB189245251-
CMYK0.250.0200.02
HSL185.81º88.57%86.27%-
HSV(B)185.81º24.7%98.43%-
XYZ71.0583.09103.56-
YUV228.94140.4599.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.59%
GREEN value IS 245 (96.09% from 255) = 35.77%
BLUE value IS 251 (98.44% from 255) = 36.64%
R=27.59%
G=35.77%
B=36.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892452510.250.0200.02185.8188.5786.27
HexBDF5FB19202ba5956
Octal27536537331202272131126
Binary10111101111101011111101111001100101011101010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF5FB; }

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

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

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

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

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

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

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

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