#B9ECE8

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

Shades of Pale Turquoise #B9ECE8

Tints of Pale Turquoise #B9ECE8

Color information

#B9ECE8 (or 0xB9ECE8) is unknown color: approx Pale Turquoise. HEX triplet: B9, EC and E8. RGB value is (185,236,232). Sum of RGB (Red+Green+Blue) = 185+236+232=653 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.33% from 653); Green value is 236 (92.58% from 255 or 36.14% from 653); Blue value is 232 (91.02% from 255 or 35.53% from 653); Max value from RGB is 236 - color contains mainly: green. Hex color #B9ECE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9ECE8 is #461317. Grayscale: #DCDCDC. Windows color (decimal): -4592408 or 15264953. OLE color: 15264953.

HSL color Cylindrical-coordinate representation of color #B9ECE8: hue angle of 175.29º degrees, saturation: 0.57, 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 #B9ECE8 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB185236232-
CMYK0.2200.020.07
HSL175.29º57.3%82.55%-
HSV(B)175.29º21.61%92.55%-
XYZ64.5776.1387.64-
YUV220.3134.6102.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.33%
GREEN value IS 236 (92.58% from 255) = 36.14%
BLUE value IS 232 (91.02% from 255) = 35.53%
R=28.33%
G=36.14%
B=35.53%

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
Decimal1852362320.2200.020.07175.2957.382.55
HexB9ECE816027af3953
Octal2713543502602725771123
Binary10111001111011001110100010110010111101011111110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ECE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ECE8; }

 p { color: rgb(185,236,232); }

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

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

 a { background-color: rgb(185,236,232); }

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

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

 span { border-color: rgb(185,236,232); }

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