Html Css Color HEX #BBCFA8 Pixie Green

📋 copy color: '#BBCFA8'

red 187 ◦ green 207 ◦ blue 168

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

Shades of Pixie Green #BBCFA8

Tints of Pixie Green #BBCFA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 29.89%

R = 33.27%
G = 36.83%
B = 29.89%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#BBCFA8 (or 0xBBCFA8) is known color: Pixie Green. HEX triplet: BB, CF and A8. RGB value is (187,207,168). Sum of RGB (Red+Green+Blue) = 187+207+168=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 207 (81.25% from 255 or 36.83% from 562); Blue value is 168 (66.02% from 255 or 29.89% from 562); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCFA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCFA8 is #443057. Grayscale: #C4C4C4. Windows color (decimal): -4468824 or 11063227. OLE color: 11063227.

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

Color convert

RGB 187 207 168 -
CMYK 0.10 0 0.19 0.19
HSL 90.77º 0.29% 0.74% -
HSV(B) 90.77º 0.19% 0.81% -
XYZ 49.87 58.02 45.62 -
YUV 196.57 111.87 121.17 -
System Red Green Blue C M Y K H S L
Decimal 187 207 168 0.10 0 0.19 0.19 90.77 0.29 0.74
Hex BB CF A8 A 0 13 13 5B 1D 4A
Octal 273 317 250 12 0 23 23 133 35 112
Binary 10111011 11001111 10101000 1010 0 10011 10011 1011011 11101 1001010

Color Harmonies of #BBCFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCFA8

Black with #BBCFA8

Text Example


Text Example

White with #BBCFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCFA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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