#BDFBF2

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

Shades of Pale Turquoise #BDFBF2

Tints of Pale Turquoise #BDFBF2

Color information

#BDFBF2 (or 0xBDFBF2) is unknown color: approx Pale Turquoise. HEX triplet: BD, FB and F2. RGB value is (189,251,242). Sum of RGB (Red+Green+Blue) = 189+251+242=682 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.71% from 682); Green value is 251 (98.44% from 255 or 36.80% from 682); Blue value is 242 (94.92% from 255 or 35.48% from 682); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFBF2 is #42040D. Grayscale: #E7E7E7. Windows color (decimal): -4326414 or 15924157. OLE color: 15924157.

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

Color convert

RGB189251242-
CMYK0.2500.040.02
HSL171.29º88.57%86.27%-
HSV(B)171.29º24.7%98.43%-
XYZ71.5186.2296.88-
YUV231.44133.9697.73-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.71%
GREEN value IS 251 (98.44% from 255) = 36.80%
BLUE value IS 242 (94.92% from 255) = 35.48%
R=27.71%
G=36.80%
B=35.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892512420.2500.040.02171.2988.5786.27
HexBDFBF219042ab5956
Octal27537336231042253131126
Binary101111011111101111110010110010100101010101110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFBF2; }

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

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

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

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

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

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

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

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