Html Css Color HEX #B9CBA6 Pixie Green

📋 copy color: '#B9CBA6'

red 185 ◦ green 203 ◦ blue 166

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

Shades of Pixie Green #B9CBA6

Tints of Pixie Green #B9CBA6

RGB

 RED value IS 185 (72.66% from 255) = 33.39%

 GREEN value IS 203 (79.69% from 255) = 36.64%

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

R = 33.39%
G = 36.64%
B = 29.96%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.18

 K value IS 0.20

RGB Variations

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

Color information

#B9CBA6 (or 0xB9CBA6) is known color: Pixie Green. HEX triplet: B9, CB and A6. RGB value is (185,203,166). Sum of RGB (Red+Green+Blue) = 185+203+166=554 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.39% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 166 (65.23% from 255 or 29.96% from 554); Max value from RGB is 203 - color contains mainly: green. Hex color #B9CBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CBA6 is #463459. Grayscale: #C1C1C1. Windows color (decimal): -4600922 or 10931129. OLE color: 10931129.

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

Color convert

RGB 185 203 166 -
CMYK 0.09 0 0.18 0.20
HSL 89.19º 0.26% 0.72% -
HSV(B) 89.19º 0.18% 0.8% -
XYZ 48.25 55.78 44.3 -
YUV 193.4 112.54 122.01 -
System Red Green Blue C M Y K H S L
Decimal 185 203 166 0.09 0 0.18 0.20 89.19 0.26 0.72
Hex B9 CB A6 9 0 12 14 59 1A 48
Octal 271 313 246 11 0 22 24 131 32 110
Binary 10111001 11001011 10100110 1001 0 10010 10100 1011001 11010 1001000

Color Harmonies of #B9CBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CBA6

Black with #B9CBA6

Text Example


Text Example

White with #B9CBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CBA6; }

 p { color: rgb(185,203,166); }

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

background-color css

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

 a { background-color: rgb(185,203,166); }

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

border-color css

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

 span { border-color: rgb(185,203,166); }

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