Html Css Color HEX #BBCFAB Pixie Green

📋 copy color: '#BBCFAB'

red 187 ◦ green 207 ◦ blue 171

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

Shades of Pixie Green #BBCFAB

Tints of Pixie Green #BBCFAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.27%

R = 33.1%
G = 36.64%
B = 30.27%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#BBCFAB (or 0xBBCFAB) is known color: Pixie Green. HEX triplet: BB, CF and AB. RGB value is (187,207,171). Sum of RGB (Red+Green+Blue) = 187+207+171=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 207 (81.25% from 255 or 36.64% from 565); Blue value is 171 (67.19% from 255 or 30.27% from 565); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCFAB is #443054. Grayscale: #C5C5C5. Windows color (decimal): -4468821 or 11259835. OLE color: 11259835.

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

Color convert

RGB 187 207 171 -
CMYK 0.10 0 0.17 0.19
HSL 93.33º 0.27% 0.74% -
HSV(B) 93.33º 0.17% 0.81% -
XYZ 50.16 58.13 47.1 -
YUV 196.92 113.37 120.93 -
System Red Green Blue C M Y K H S L
Decimal 187 207 171 0.10 0 0.17 0.19 93.33 0.27 0.74
Hex BB CF AB A 0 11 13 5D 1B 4A
Octal 273 317 253 12 0 21 23 135 33 112
Binary 10111011 11001111 10101011 1010 0 10001 10011 1011101 11011 1001010

Color Harmonies of #BBCFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCFAB

Black with #BBCFAB

Text Example


Text Example

White with #BBCFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCFAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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