#BDF9F2

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

Shades of Pale Turquoise #BDF9F2

Tints of Pale Turquoise #BDF9F2

Color information

#BDF9F2 (or 0xBDF9F2) is unknown color: approx Pale Turquoise. HEX triplet: BD, F9 and F2. RGB value is (189,249,242). Sum of RGB (Red+Green+Blue) = 189+249+242=680 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.79% from 680); Green value is 249 (97.66% from 255 or 36.62% from 680); Blue value is 242 (94.92% from 255 or 35.59% from 680); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF9F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF9F2 is #42060D. Grayscale: #E6E6E6. Windows color (decimal): -4326926 or 15923645. OLE color: 15923645.

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

Color convert

RGB189249242-
CMYK0.2400.030.02
HSL173º83.33%85.88%-
HSV(B)173º24.1%97.65%-
XYZ70.8984.9896.67-
YUV230.26134.6298.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.79%
GREEN value IS 249 (97.66% from 255) = 36.62%
BLUE value IS 242 (94.92% from 255) = 35.59%
R=27.79%
G=36.62%
B=35.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892492420.2400.030.0217383.3385.88
HexBDF9F218032ad5356
Octal27537136230032255123126
Binary10111101111110011111001011000011101010110110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF9F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF9F2; }

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

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

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

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

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

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

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

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