Html Css Color HEX #BBCBA4 Pixie Green

📋 copy color: '#BBCBA4'

red 187 ◦ green 203 ◦ blue 164

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

Shades of Pixie Green #BBCBA4

Tints of Pixie Green #BBCBA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 29.6%

R = 33.75%
G = 36.64%
B = 29.6%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#BBCBA4 (or 0xBBCBA4) is known color: Pixie Green. HEX triplet: BB, CB and A4. RGB value is (187,203,164). Sum of RGB (Red+Green+Blue) = 187+203+164=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 164 (64.45% from 255 or 29.60% from 554); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCBA4 is #44345B. Grayscale: #C1C1C1. Windows color (decimal): -4469852 or 10800059. OLE color: 10800059.

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

Color convert

RGB 187 203 164 -
CMYK 0.08 0 0.19 0.20
HSL 84.62º 0.27% 0.72% -
HSV(B) 84.62º 0.19% 0.8% -
XYZ 48.55 55.96 43.36 -
YUV 193.77 111.2 123.17 -
System Red Green Blue C M Y K H S L
Decimal 187 203 164 0.08 0 0.19 0.20 84.62 0.27 0.72
Hex BB CB A4 8 0 13 14 55 1B 48
Octal 273 313 244 10 0 23 24 125 33 110
Binary 10111011 11001011 10100100 1000 0 10011 10100 1010101 11011 1001000

Color Harmonies of #BBCBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCBA4

Black with #BBCBA4

Text Example


Text Example

White with #BBCBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCBA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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