Html Css Color HEX #B4CEA6 Pixie Green

📋 copy color: '#B4CEA6'

red 180 ◦ green 206 ◦ blue 166

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

Shades of Pixie Green #B4CEA6

Tints of Pixie Green #B4CEA6

RGB

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

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

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

R = 32.61%
G = 37.32%
B = 30.07%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#B4CEA6 (or 0xB4CEA6) is known color: Pixie Green. HEX triplet: B4, CE and A6. RGB value is (180,206,166). Sum of RGB (Red+Green+Blue) = 180+206+166=552 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.61% from 552); Green value is 206 (80.86% from 255 or 37.32% from 552); Blue value is 166 (65.23% from 255 or 30.07% from 552); Max value from RGB is 206 - color contains mainly: green. Hex color #B4CEA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CEA6 is #4B3159. Grayscale: #C1C1C1. Windows color (decimal): -4927834 or 10931892. OLE color: 10931892.

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

Color convert

RGB 180 206 166 -
CMYK 0.13 0 0.19 0.19
HSL 99º 0.29% 0.73% -
HSV(B) 99º 0.19% 0.81% -
XYZ 47.78 56.6 44.48 -
YUV 193.67 112.39 118.25 -
System Red Green Blue C M Y K H S L
Decimal 180 206 166 0.13 0 0.19 0.19 99 0.29 0.73
Hex B4 CE A6 D 0 13 13 63 1D 49
Octal 264 316 246 15 0 23 23 143 35 111
Binary 10110100 11001110 10100110 1101 0 10011 10011 1100011 11101 1001001

Color Harmonies of #B4CEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CEA6

Black with #B4CEA6

Text Example


Text Example

White with #B4CEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CEA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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