Html Css Color HEX #BBCFAA Pixie Green

📋 copy color: '#BBCFAA'

red 187 ◦ green 207 ◦ blue 170

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

Shades of Pixie Green #BBCFAA

Tints of Pixie Green #BBCFAA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.7%

 BLUE value IS 170 (66.8% from 255) = 30.14%

R = 33.16%
G = 36.7%
B = 30.14%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#BBCFAA (or 0xBBCFAA) is known color: Pixie Green. HEX triplet: BB, CF and AA. RGB value is (187,207,170). Sum of RGB (Red+Green+Blue) = 187+207+170=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 170 (66.80% from 255 or 30.14% from 564); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCFAA is #443055. Grayscale: #C4C4C4. Windows color (decimal): -4468822 or 11194299. OLE color: 11194299.

HSL color Cylindrical-coordinate representation of color #BBCFAA: hue angle of 92.43º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBCFAA is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 207 170 -
CMYK 0.10 0 0.18 0.19
HSL 92.43º 0.28% 0.74% -
HSV(B) 92.43º 0.18% 0.81% -
XYZ 50.06 58.09 46.6 -
YUV 196.8 112.87 121.01 -
System Red Green Blue C M Y K H S L
Decimal 187 207 170 0.10 0 0.18 0.19 92.43 0.28 0.74
Hex BB CF AA A 0 12 13 5C 1C 4A
Octal 273 317 252 12 0 22 23 134 34 112
Binary 10111011 11001111 10101010 1010 0 10010 10011 1011100 11100 1001010

Color Harmonies of #BBCFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCFAA

Black with #BBCFAA

Text Example


Text Example

White with #BBCFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCFAA; }

 p { color: rgb(187,207,170); }

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

background-color css

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

 a { background-color: rgb(187,207,170); }

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

border-color css

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

 span { border-color: rgb(187,207,170); }

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