Html Css Color HEX #B6CEA5 Pixie Green

📋 copy color: '#B6CEA5'

red 182 ◦ green 206 ◦ blue 165

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

Shades of Pixie Green #B6CEA5

Tints of Pixie Green #B6CEA5

RGB

 RED value IS 182 (71.48% from 255) = 32.91%

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

 BLUE value IS 165 (64.84% from 255) = 29.84%

R = 32.91%
G = 37.25%
B = 29.84%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#B6CEA5 (or 0xB6CEA5) is known color: Pixie Green. HEX triplet: B6, CE and A5. RGB value is (182,206,165). Sum of RGB (Red+Green+Blue) = 182+206+165=553 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.91% from 553); Green value is 206 (80.86% from 255 or 37.25% from 553); Blue value is 165 (64.84% from 255 or 29.84% from 553); Max value from RGB is 206 - color contains mainly: green. Hex color #B6CEA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CEA5 is #49315A. Grayscale: #C2C2C2. Windows color (decimal): -4796763 or 10866358. OLE color: 10866358.

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

Color convert

RGB 182 206 165 -
CMYK 0.12 0 0.20 0.19
HSL 95.12º 0.29% 0.73% -
HSV(B) 95.12º 0.2% 0.81% -
XYZ 48.15 56.8 44.02 -
YUV 194.15 111.55 119.33 -
System Red Green Blue C M Y K H S L
Decimal 182 206 165 0.12 0 0.20 0.19 95.12 0.29 0.73
Hex B6 CE A5 C 0 14 13 5F 1D 49
Octal 266 316 245 14 0 24 23 137 35 111
Binary 10110110 11001110 10100101 1100 0 10100 10011 1011111 11101 1001001

Color Harmonies of #B6CEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CEA5

Black with #B6CEA5

Text Example


Text Example

White with #B6CEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CEA5; }

 p { color: rgb(182,206,165); }

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

background-color css

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

 a { background-color: rgb(182,206,165); }

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

border-color css

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

 span { border-color: rgb(182,206,165); }

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