Html Css Color HEX #B8CEAA Pixie Green

📋 copy color: '#B8CEAA'

red 184 ◦ green 206 ◦ blue 170

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

Shades of Pixie Green #B8CEAA

Tints of Pixie Green #B8CEAA

RGB

 RED value IS 184 (72.27% from 255) = 32.86%

 GREEN value IS 206 (80.86% from 255) = 36.79%

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

R = 32.86%
G = 36.79%
B = 30.36%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#B8CEAA (or 0xB8CEAA) is known color: Pixie Green. HEX triplet: B8, CE and AA. RGB value is (184,206,170). Sum of RGB (Red+Green+Blue) = 184+206+170=560 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.86% from 560); Green value is 206 (80.86% from 255 or 36.79% from 560); Blue value is 170 (66.80% from 255 or 30.36% from 560); Max value from RGB is 206 - color contains mainly: green. Hex color #B8CEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CEAA is #473155. Grayscale: #C3C3C3. Windows color (decimal): -4665686 or 11194040. OLE color: 11194040.

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

Color convert

RGB 184 206 170 -
CMYK 0.11 0 0.17 0.19
HSL 96.67º 0.27% 0.74% -
HSV(B) 96.67º 0.17% 0.81% -
XYZ 49.09 57.24 46.49 -
YUV 195.32 113.71 119.93 -
System Red Green Blue C M Y K H S L
Decimal 184 206 170 0.11 0 0.17 0.19 96.67 0.27 0.74
Hex B8 CE AA B 0 11 13 61 1B 4A
Octal 270 316 252 13 0 21 23 141 33 112
Binary 10111000 11001110 10101010 1011 0 10001 10011 1100001 11011 1001010

Color Harmonies of #B8CEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CEAA

Black with #B8CEAA

Text Example


Text Example

White with #B8CEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CEAA; }

 p { color: rgb(184,206,170); }

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

background-color css

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

 a { background-color: rgb(184,206,170); }

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

border-color css

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

 span { border-color: rgb(184,206,170); }

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