Html Css Color HEX #B4CEA2 Pixie Green

📋 copy color: '#B4CEA2'

red 180 ◦ green 206 ◦ blue 162

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

Shades of Pixie Green #B4CEA2

Tints of Pixie Green #B4CEA2

RGB

 RED value IS 180 (70.7% from 255) = 32.85%

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

 BLUE value IS 162 (63.67% from 255) = 29.56%

R = 32.85%
G = 37.59%
B = 29.56%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#B4CEA2 (or 0xB4CEA2) is known color: Pixie Green. HEX triplet: B4, CE and A2. RGB value is (180,206,162). Sum of RGB (Red+Green+Blue) = 180+206+162=548 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.85% from 548); Green value is 206 (80.86% from 255 or 37.59% from 548); Blue value is 162 (63.67% from 255 or 29.56% from 548); Max value from RGB is 206 - color contains mainly: green. Hex color #B4CEA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CEA2 is #4B315D. Grayscale: #C1C1C1. Windows color (decimal): -4927838 or 10669748. OLE color: 10669748.

HSL color Cylindrical-coordinate representation of color #B4CEA2: hue angle of 95.45º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4CEA2 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 206 162 -
CMYK 0.13 0 0.21 0.19
HSL 95.45º 0.31% 0.72% -
HSV(B) 95.45º 0.21% 0.81% -
XYZ 47.42 56.45 42.58 -
YUV 193.21 110.39 118.58 -
System Red Green Blue C M Y K H S L
Decimal 180 206 162 0.13 0 0.21 0.19 95.45 0.31 0.72
Hex B4 CE A2 D 0 15 13 5F 1F 48
Octal 264 316 242 15 0 25 23 137 37 110
Binary 10110100 11001110 10100010 1101 0 10101 10011 1011111 11111 1001000

Color Harmonies of #B4CEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CEA2

Black with #B4CEA2

Text Example


Text Example

White with #B4CEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CEA2; }

 p { color: rgb(180,206,162); }

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

background-color css

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

 a { background-color: rgb(180,206,162); }

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

border-color css

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

 span { border-color: rgb(180,206,162); }

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