Html Css Color HEX #BBCBAC Pixie Green

📋 copy color: '#BBCBAC'

red 187 ◦ green 203 ◦ blue 172

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

Shades of Pixie Green #BBCBAC

Tints of Pixie Green #BBCBAC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.12%

 BLUE value IS 172 (67.58% from 255) = 30.6%

R = 33.27%
G = 36.12%
B = 30.6%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#BBCBAC (or 0xBBCBAC) is known color: Pixie Green. HEX triplet: BB, CB and AC. RGB value is (187,203,172). Sum of RGB (Red+Green+Blue) = 187+203+172=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCBAC is #443453. Grayscale: #C2C2C2. Windows color (decimal): -4469844 or 11324347. OLE color: 11324347.

HSL color Cylindrical-coordinate representation of color #BBCBAC: hue angle of 90.97º 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 #BBCBAC is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 203 172 -
CMYK 0.08 0 0.15 0.20
HSL 90.97º 0.23% 0.74% -
HSV(B) 90.97º 0.15% 0.8% -
XYZ 49.3 56.26 47.29 -
YUV 194.68 115.2 122.52 -
System Red Green Blue C M Y K H S L
Decimal 187 203 172 0.08 0 0.15 0.20 90.97 0.23 0.74
Hex BB CB AC 8 0 F 14 5B 17 4A
Octal 273 313 254 10 0 17 24 133 27 112
Binary 10111011 11001011 10101100 1000 0 1111 10100 1011011 10111 1001010

Color Harmonies of #BBCBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCBAC

Black with #BBCBAC

Text Example


Text Example

White with #BBCBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCBAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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