Html Css Color HEX #B2CBA6 Pixie Green

📋 copy color: '#B2CBA6'

red 178 ◦ green 203 ◦ blue 166

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

Shades of Pixie Green #B2CBA6

Tints of Pixie Green #B2CBA6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.11%

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

R = 32.54%
G = 37.11%
B = 30.35%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.18

 K value IS 0.20

RGB Variations

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

Color information

#B2CBA6 (or 0xB2CBA6) is known color: Pixie Green. HEX triplet: B2, CB and A6. RGB value is (178,203,166). Sum of RGB (Red+Green+Blue) = 178+203+166=547 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.54% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 166 (65.23% from 255 or 30.35% from 547); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CBA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CBA6 is #4D3459. Grayscale: #BFBFBF. Windows color (decimal): -5059674 or 10931122. OLE color: 10931122.

HSL color Cylindrical-coordinate representation of color #B2CBA6: hue angle of 100.54º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B2CBA6 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 203 166 -
CMYK 0.12 0 0.18 0.20
HSL 100.54º 0.26% 0.72% -
HSV(B) 100.54º 0.18% 0.8% -
XYZ 46.6 54.93 44.22 -
YUV 191.31 113.72 118.51 -
System Red Green Blue C M Y K H S L
Decimal 178 203 166 0.12 0 0.18 0.20 100.54 0.26 0.72
Hex B2 CB A6 C 0 12 14 65 1A 48
Octal 262 313 246 14 0 22 24 145 32 110
Binary 10110010 11001011 10100110 1100 0 10010 10100 1100101 11010 1001000

Color Harmonies of #B2CBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CBA6

Black with #B2CBA6

Text Example


Text Example

White with #B2CBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CBA6; }

 p { color: rgb(178,203,166); }

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

background-color css

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

 a { background-color: rgb(178,203,166); }

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

border-color css

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

 span { border-color: rgb(178,203,166); }

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