Html Css Color HEX #B2CFA4 Pixie Green

📋 copy color: '#B2CFA4'

red 178 ◦ green 207 ◦ blue 164

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

Shades of Pixie Green #B2CFA4

Tints of Pixie Green #B2CFA4

RGB

 RED value IS 178 (69.92% from 255) = 32.42%

 GREEN value IS 207 (81.25% from 255) = 37.7%

 BLUE value IS 164 (64.45% from 255) = 29.87%

R = 32.42%
G = 37.7%
B = 29.87%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#B2CFA4 (or 0xB2CFA4) is known color: Pixie Green. HEX triplet: B2, CF and A4. RGB value is (178,207,164). Sum of RGB (Red+Green+Blue) = 178+207+164=549 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.42% from 549); Green value is 207 (81.25% from 255 or 37.70% from 549); Blue value is 164 (64.45% from 255 or 29.87% from 549); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CFA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CFA4 is #4D305B. Grayscale: #C1C1C1. Windows color (decimal): -5058652 or 10801074. OLE color: 10801074.

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

Color convert

RGB 178 207 164 -
CMYK 0.14 0 0.21 0.19
HSL 100.47º 0.31% 0.73% -
HSV(B) 100.47º 0.21% 0.81% -
XYZ 47.37 56.77 43.58 -
YUV 193.43 111.39 117 -
System Red Green Blue C M Y K H S L
Decimal 178 207 164 0.14 0 0.21 0.19 100.47 0.31 0.73
Hex B2 CF A4 E 0 15 13 64 1F 49
Octal 262 317 244 16 0 25 23 144 37 111
Binary 10110010 11001111 10100100 1110 0 10101 10011 1100100 11111 1001001

Color Harmonies of #B2CFA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CFA4

Black with #B2CFA4

Text Example


Text Example

White with #B2CFA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CFA4; }

 p { color: rgb(178,207,164); }

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

background-color css

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

 a { background-color: rgb(178,207,164); }

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

border-color css

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

 span { border-color: rgb(178,207,164); }

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