#B9EBE8

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

Shades of Pale Turquoise #B9EBE8

Tints of Pale Turquoise #B9EBE8

Color information

#B9EBE8 (or 0xB9EBE8) is unknown color: approx Pale Turquoise. HEX triplet: B9, EB and E8. RGB value is (185,235,232). Sum of RGB (Red+Green+Blue) = 185+235+232=652 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.37% from 652); Green value is 235 (92.19% from 255 or 36.04% from 652); Blue value is 232 (91.02% from 255 or 35.58% from 652); Max value from RGB is 235 - color contains mainly: green. Hex color #B9EBE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9EBE8 is #461417. Grayscale: #DBDBDB. Windows color (decimal): -4592664 or 15264697. OLE color: 15264697.

HSL color Cylindrical-coordinate representation of color #B9EBE8: hue angle of 176.4º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9EBE8 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB185235232-
CMYK0.2100.010.08
HSL176.4º55.56%82.35%-
HSV(B)176.4º21.28%92.16%-
XYZ64.2875.5687.54-
YUV219.71134.94103.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.37%
GREEN value IS 235 (92.19% from 255) = 36.04%
BLUE value IS 232 (91.02% from 255) = 35.58%
R=28.37%
G=36.04%
B=35.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1852352320.2100.010.08176.455.5682.35
HexB9EBE815018b03852
Octal27135335025011026070122
Binary10111001111010111110100010101011000101100001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EBE8; }

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

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

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

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

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

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

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

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