Html Css Color HEX #BBCFAC Pixie Green

📋 copy color: '#BBCFAC'

red 187 ◦ green 207 ◦ blue 172

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

Shades of Pixie Green #BBCFAC

Tints of Pixie Green #BBCFAC

RGB

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

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

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

R = 33.04%
G = 36.57%
B = 30.39%

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

#BBCFAC (or 0xBBCFAC) is known color: Pixie Green. HEX triplet: BB, CF and AC. RGB value is (187,207,172). Sum of RGB (Red+Green+Blue) = 187+207+172=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 207 (81.25% from 255 or 36.57% from 566); Blue value is 172 (67.58% from 255 or 30.39% from 566); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCFAC is #443053. Grayscale: #C5C5C5. Windows color (decimal): -4468820 or 11325371. OLE color: 11325371.

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

Color convert

RGB 187 207 172 -
CMYK 0.10 0 0.17 0.19
HSL 94.29º 0.27% 0.74% -
HSV(B) 94.29º 0.17% 0.81% -
XYZ 50.25 58.17 47.61 -
YUV 197.03 113.87 120.85 -
System Red Green Blue C M Y K H S L
Decimal 187 207 172 0.10 0 0.17 0.19 94.29 0.27 0.74
Hex BB CF AC A 0 11 13 5E 1B 4A
Octal 273 317 254 12 0 21 23 136 33 112
Binary 10111011 11001111 10101100 1010 0 10001 10011 1011110 11011 1001010

Color Harmonies of #BBCFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCFAC

Black with #BBCFAC

Text Example


Text Example

White with #BBCFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCFAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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