#BBCBAE

Color #BBCBAE Pixie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pixie Green #BBCBAE

Tints of Pixie Green #BBCBAE

Color information

#BBCBAE (or 0xBBCBAE) is unknown color: approx Pixie Green. HEX triplet: BB, CB and AE. RGB value is (187,203,174). Sum of RGB (Red+Green+Blue) = 187+203+174=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 174 (68.36% from 255 or 30.85% from 564); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCBAE is #443451. Grayscale: #C3C3C3. Windows color (decimal): -4469842 or 11455419. OLE color: 11455419.

HSL color Cylindrical-coordinate representation of color #BBCBAE: hue angle of 93.1º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBCBAE is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB187203174-
CMYK0.0800.140.20
HSL93.1º21.8%73.92%-
HSV(B)93.1º14.29%79.61%-
XYZ49.4956.3348.31-
YUV194.91116.2122.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.16%
GREEN value IS 203 (79.69% from 255) = 35.99%
BLUE value IS 174 (68.36% from 255) = 30.85%
R=33.16%
G=35.99%
B=30.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1872031740.0800.140.2093.121.873.92
HexBBCBAE80E145d164a
Octal273313256100162413526112
Binary101110111100101110101110100001110101001011101101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCBAE; }

 p { color: rgb(187,203,174); }

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

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

 a { background-color: rgb(187,203,174); }

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

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

 span { border-color: rgb(187,203,174); }

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