#B9EEE9

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

Shades of Pale Turquoise #B9EEE9

Tints of Pale Turquoise #B9EEE9

Color information

#B9EEE9 (or 0xB9EEE9) is unknown color: approx Pale Turquoise. HEX triplet: B9, EE and E9. RGB value is (185,238,233). Sum of RGB (Red+Green+Blue) = 185+238+233=656 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.20% from 656); Green value is 238 (93.36% from 255 or 36.28% from 656); Blue value is 233 (91.41% from 255 or 35.52% from 656); Max value from RGB is 238 - color contains mainly: green. Hex color #B9EEE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9EEE9 is #461116. Grayscale: #DDDDDD. Windows color (decimal): -4591895 or 15331001. OLE color: 15331001.

HSL color Cylindrical-coordinate representation of color #B9EEE9: hue angle of 174.34º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9EEE9 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB185238233-
CMYK0.2200.020.07
HSL174.34º60.92%82.94%-
HSV(B)174.34º22.27%93.33%-
XYZ65.2977.3588.58-
YUV221.58134.44101.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.20%
GREEN value IS 238 (93.36% from 255) = 36.28%
BLUE value IS 233 (91.41% from 255) = 35.52%
R=28.20%
G=36.28%
B=35.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1852382330.2200.020.07174.3460.9282.94
HexB9EEE916027ae3d53
Octal2713563512602725675123
Binary10111001111011101110100110110010111101011101111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EEE9; }

 p { color: rgb(185,238,233); }

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

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

 a { background-color: rgb(185,238,233); }

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

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

 span { border-color: rgb(185,238,233); }

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