#BDF2F2

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

Shades of Pale Turquoise #BDF2F2

Tints of Pale Turquoise #BDF2F2

Color information

#BDF2F2 (or 0xBDF2F2) is unknown color: approx Pale Turquoise. HEX triplet: BD, F2 and F2. RGB value is (189,242,242). Sum of RGB (Red+Green+Blue) = 189+242+242=673 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.08% from 673); Green value is 242 (94.92% from 255 or 35.96% from 673); Blue value is 242 (94.92% from 255 or 35.96% from 673); Max value from RGB is 242 - color contains mainly: green, blue. Hex color #BDF2F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF2F2 is #420D0D. Grayscale: #E2E2E2. Windows color (decimal): -4328718 or 15921853. OLE color: 15921853.

HSL color Cylindrical-coordinate representation of color #BDF2F2: hue angle of 180º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF2F2 is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB189242242-
CMYK0.22000.05
HSL180º67.09%84.51%-
HSV(B)180º21.9%94.9%-
XYZ68.7780.7395.96-
YUV226.15136.94101.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.08%
GREEN value IS 242 (94.92% from 255) = 35.96%
BLUE value IS 242 (94.92% from 255) = 35.96%
R=28.08%
G=35.96%
B=35.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892422420.22000.0518067.0984.51
HexBDF2F216005b44355
Octal27536236226005264103125
Binary10111101111100101111001010110001011011010010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF2F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF2F2; }

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

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

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

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

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

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

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

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