Html Css Color HEX #BBCBA5 Pixie Green

📋 copy color: '#BBCBA5'

red 187 ◦ green 203 ◦ blue 165

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

Shades of Pixie Green #BBCBA5

Tints of Pixie Green #BBCBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 29.73%

R = 33.69%
G = 36.58%
B = 29.73%

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

#BBCBA5 (or 0xBBCBA5) is known color: Pixie Green. HEX triplet: BB, CB and A5. RGB value is (187,203,165). Sum of RGB (Red+Green+Blue) = 187+203+165=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 165 (64.84% from 255 or 29.73% from 555); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCBA5 is #44345A. Grayscale: #C2C2C2. Windows color (decimal): -4469851 or 10865595. OLE color: 10865595.

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

Color convert

RGB 187 203 165 -
CMYK 0.08 0 0.19 0.20
HSL 85.26º 0.27% 0.72% -
HSV(B) 85.26º 0.19% 0.8% -
XYZ 48.64 55.99 43.84 -
YUV 193.88 111.7 123.09 -
System Red Green Blue C M Y K H S L
Decimal 187 203 165 0.08 0 0.19 0.20 85.26 0.27 0.72
Hex BB CB A5 8 0 13 14 55 1B 48
Octal 273 313 245 10 0 23 24 125 33 110
Binary 10111011 11001011 10100101 1000 0 10011 10100 1010101 11011 1001000

Color Harmonies of #BBCBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCBA5

Black with #BBCBA5

Text Example


Text Example

White with #BBCBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCBA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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