#BDF9F5

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

Shades of Pale Turquoise #BDF9F5

Tints of Pale Turquoise #BDF9F5

Color information

#BDF9F5 (or 0xBDF9F5) is unknown color: approx Pale Turquoise. HEX triplet: BD, F9 and F5. RGB value is (189,249,245). Sum of RGB (Red+Green+Blue) = 189+249+245=683 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.67% from 683); Green value is 249 (97.66% from 255 or 36.46% from 683); Blue value is 245 (96.09% from 255 or 35.87% from 683); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF9F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF9F5 is #42060A. Grayscale: #E6E6E6. Windows color (decimal): -4326923 or 16120253. OLE color: 16120253.

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

Color convert

RGB189249245-
CMYK0.2400.020.02
HSL176º83.33%85.88%-
HSV(B)176º24.1%97.65%-
XYZ71.3485.1699.06-
YUV230.6136.1298.33-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892492450.2400.020.0217683.3385.88
HexBDF9F518022b05356
Octal27537136530022260123126
Binary10111101111110011111010111000010101011000010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF9F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF9F5; }

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

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

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

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

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

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

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

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