#BBCCAD

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

Shades of Pixie Green #BBCCAD

Tints of Pixie Green #BBCCAD

Color information

#BBCCAD (or 0xBBCCAD) is unknown color: approx Pixie Green. HEX triplet: BB, CC and AD. RGB value is (187,204,173). Sum of RGB (Red+Green+Blue) = 187+204+173=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 173 (67.97% from 255 or 30.67% from 564); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCCAD is #443352. Grayscale: #C3C3C3. Windows color (decimal): -4469587 or 11390139. OLE color: 11390139.

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

Color convert

RGB187204173-
CMYK0.0800.150.2
HSL92.9º23.31%73.92%-
HSV(B)92.9º15.2%80%-
XYZ49.6356.7747.88-
YUV195.38115.37122.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.16%
GREEN value IS 204 (80.08% from 255) = 36.17%
BLUE value IS 173 (67.97% from 255) = 30.67%
R=33.16%
G=36.17%
B=30.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1872041730.0800.150.292.923.3173.92
HexBBCCAD80F145d174a
Octal273314255100172413527112
Binary101110111100110010101101100001111101001011101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCCAD; }

 p { color: rgb(187,204,173); }

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

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

 a { background-color: rgb(187,204,173); }

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

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

 span { border-color: rgb(187,204,173); }

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