#B9E1C6

Color #B9E1C6 Granny Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Apple #B9E1C6

Tints of Granny Apple #B9E1C6

Color information

#B9E1C6 (or 0xB9E1C6) is unknown color: approx Granny Apple. HEX triplet: B9, E1 and C6. RGB value is (185,225,198). Sum of RGB (Red+Green+Blue) = 185+225+198=608 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.43% from 608); Green value is 225 (88.28% from 255 or 37.01% from 608); Blue value is 198 (77.73% from 255 or 32.57% from 608); Max value from RGB is 225 - color contains mainly: green. Hex color #B9E1C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9E1C6 is #461E39. Grayscale: #D2D2D2. Windows color (decimal): -4595258 or 13033913. OLE color: 13033913.

HSL color Cylindrical-coordinate representation of color #B9E1C6: hue angle of 139.5º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B9E1C6 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB185225198-
CMYK0.1800.120.12
HSL139.5º40%80.39%-
HSV(B)139.5º17.78%88.24%-
XYZ57.1368.2463.59-
YUV209.96121.25110.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.43%
GREEN value IS 225 (88.28% from 255) = 37.01%
BLUE value IS 198 (77.73% from 255) = 32.57%
R=30.43%
G=37.01%
B=32.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1852251980.1800.120.12139.54080.39
HexB9E1C6120CC8c2850
Octal271341306220141421450120
Binary10111001111000011100011010010011001100100011001010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E1C6; }

 p { color: rgb(185,225,198); }

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

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

 a { background-color: rgb(185,225,198); }

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

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

 span { border-color: rgb(185,225,198); }

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