#BDF5F9

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

Shades of Pale Turquoise #BDF5F9

Tints of Pale Turquoise #BDF5F9

Color information

#BDF5F9 (or 0xBDF5F9) is unknown color: approx Pale Turquoise. HEX triplet: BD, F5 and F9. RGB value is (189,245,249). Sum of RGB (Red+Green+Blue) = 189+245+249=683 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.67% from 683); Green value is 245 (96.09% from 255 or 35.87% from 683); Blue value is 249 (97.66% from 255 or 36.46% from 683); Max value from RGB is 249 - color contains mainly: blue. Hex color #BDF5F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF5F9 is #420A06. Grayscale: #E4E4E4. Windows color (decimal): -4327943 or 16381373. OLE color: 16381373.

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

Color convert

RGB189245249-
CMYK0.240.0200.02
HSL184º83.33%85.88%-
HSV(B)184º24.1%97.65%-
XYZ70.7482.96101.91-
YUV228.71139.4599.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.67%
GREEN value IS 245 (96.09% from 255) = 35.87%
BLUE value IS 249 (97.66% from 255) = 36.46%
R=27.67%
G=35.87%
B=36.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892452490.240.0200.0218483.3385.88
HexBDF5F918202b85356
Octal27536537130202270123126
Binary10111101111101011111100111000100101011100010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF5F9; }

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

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

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

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

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

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

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

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