Html Css Color HEX #B2C8A5 Pixie Green

📋 copy color: '#B2C8A5'

red 178 ◦ green 200 ◦ blue 165

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

Shades of Pixie Green #B2C8A5

Tints of Pixie Green #B2C8A5

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.83%

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

R = 32.78%
G = 36.83%
B = 30.39%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#B2C8A5 (or 0xB2C8A5) is known color: Pixie Green. HEX triplet: B2, C8 and A5. RGB value is (178,200,165). Sum of RGB (Red+Green+Blue) = 178+200+165=543 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.78% from 543); Green value is 200 (78.52% from 255 or 36.83% from 543); Blue value is 165 (64.84% from 255 or 30.39% from 543); Max value from RGB is 200 - color contains mainly: green. Hex color #B2C8A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C8A5 is #4D375A. Grayscale: #BDBDBD. Windows color (decimal): -5060443 or 10864818. OLE color: 10864818.

HSL color Cylindrical-coordinate representation of color #B2C8A5: hue angle of 97.71º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B2C8A5 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB 178 200 165 -
CMYK 0.11 0 0.18 0.22
HSL 97.71º 0.24% 0.72% -
HSV(B) 97.71º 0.18% 0.78% -
XYZ 45.81 53.49 43.51 -
YUV 189.43 114.21 119.85 -
System Red Green Blue C M Y K H S L
Decimal 178 200 165 0.11 0 0.18 0.22 97.71 0.24 0.72
Hex B2 C8 A5 B 0 12 16 62 18 48
Octal 262 310 245 13 0 22 26 142 30 110
Binary 10110010 11001000 10100101 1011 0 10010 10110 1100010 11000 1001000

Color Harmonies of #B2C8A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C8A5

Black with #B2C8A5

Text Example


Text Example

White with #B2C8A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C8A5; }

 p { color: rgb(178,200,165); }

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

background-color css

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

 a { background-color: rgb(178,200,165); }

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

border-color css

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

 span { border-color: rgb(178,200,165); }

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