Html Css Color HEX #B8CAA6 Pixie Green

📋 copy color: '#B8CAA6'

red 184 ◦ green 202 ◦ blue 166

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

Shades of Pixie Green #B8CAA6

Tints of Pixie Green #B8CAA6

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.59%

 BLUE value IS 166 (65.23% from 255) = 30.07%

R = 33.33%
G = 36.59%
B = 30.07%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#B8CAA6 (or 0xB8CAA6) is known color: Pixie Green. HEX triplet: B8, CA and A6. RGB value is (184,202,166). Sum of RGB (Red+Green+Blue) = 184+202+166=552 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.33% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 166 (65.23% from 255 or 30.07% from 552); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CAA6 is #473559. Grayscale: #C0C0C0. Windows color (decimal): -4666714 or 10930872. OLE color: 10930872.

HSL color Cylindrical-coordinate representation of color #B8CAA6: hue angle of 90º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B8CAA6 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB 184 202 166 -
CMYK 0.09 0 0.18 0.21
HSL 90º 0.25% 0.72% -
HSV(B) 90º 0.18% 0.79% -
XYZ 47.77 55.18 44.21 -
YUV 192.51 113.04 121.93 -
System Red Green Blue C M Y K H S L
Decimal 184 202 166 0.09 0 0.18 0.21 90 0.25 0.72
Hex B8 CA A6 9 0 12 15 5A 19 48
Octal 270 312 246 11 0 22 25 132 31 110
Binary 10111000 11001010 10100110 1001 0 10010 10101 1011010 11001 1001000

Color Harmonies of #B8CAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CAA6

Black with #B8CAA6

Text Example


Text Example

White with #B8CAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CAA6; }

 p { color: rgb(184,202,166); }

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

background-color css

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

 a { background-color: rgb(184,202,166); }

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

border-color css

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

 span { border-color: rgb(184,202,166); }

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