Html Css Color HEX #BBCCA2 Pixie Green

📋 copy color: '#BBCCA2'

red 187 ◦ green 204 ◦ blue 162

#BBCCA2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pixie Green #BBCCA2

Tints of Pixie Green #BBCCA2

RGB

 RED value IS 187 (73.44% from 255) = 33.82%

 GREEN value IS 204 (80.08% from 255) = 36.89%

 BLUE value IS 162 (63.67% from 255) = 29.29%

R = 33.82%
G = 36.89%
B = 29.29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.21

 K value IS 0.2

RGB Variations

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

Color information

#BBCCA2 (or 0xBBCCA2) is known color: Pixie Green. HEX triplet: BB, CC and A2. RGB value is (187,204,162). Sum of RGB (Red+Green+Blue) = 187+204+162=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 162 (63.67% from 255 or 29.29% from 553); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCCA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCCA2 is #44335D. Grayscale: #C2C2C2. Windows color (decimal): -4469598 or 10669243. OLE color: 10669243.

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

Color convert

RGB 187 204 162 -
CMYK 0.08 0 0.21 0.2
HSL 84.29º 0.29% 0.72% -
HSV(B) 84.29º 0.21% 0.8% -
XYZ 48.61 56.36 42.5 -
YUV 194.13 109.87 122.92 -
System Red Green Blue C M Y K H S L
Decimal 187 204 162 0.08 0 0.21 0.2 84.29 0.29 0.72
Hex BB CC A2 8 0 15 14 54 1D 48
Octal 273 314 242 10 0 25 24 124 35 110
Binary 10111011 11001100 10100010 1000 0 10101 10100 1010100 11101 1001000

Color Harmonies of #BBCCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCCA2

Black with #BBCCA2

Text Example


Text Example

White with #BBCCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCCA2; }

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

 H1.HeaderClassName
 {
   color: #BBCCA2;
 }
 .AnyTagClassName
 {
   color: #BBCCA2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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