Html Css Color HEX #B2CBA5 Pixie Green

📋 copy color: '#B2CBA5'

red 178 ◦ green 203 ◦ blue 165

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

Shades of Pixie Green #B2CBA5

Tints of Pixie Green #B2CBA5

RGB

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

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

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

R = 32.6%
G = 37.18%
B = 30.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#B2CBA5 (or 0xB2CBA5) is known color: Pixie Green. HEX triplet: B2, CB and A5. RGB value is (178,203,165). Sum of RGB (Red+Green+Blue) = 178+203+165=546 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.60% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 165 (64.84% from 255 or 30.22% from 546); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CBA5 is #4D345A. Grayscale: #BFBFBF. Windows color (decimal): -5059675 or 10865586. OLE color: 10865586.

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

Color convert

RGB 178 203 165 -
CMYK 0.12 0 0.19 0.20
HSL 99.47º 0.27% 0.72% -
HSV(B) 99.47º 0.19% 0.8% -
XYZ 46.51 54.89 43.74 -
YUV 191.19 113.22 118.59 -
System Red Green Blue C M Y K H S L
Decimal 178 203 165 0.12 0 0.19 0.20 99.47 0.27 0.72
Hex B2 CB A5 C 0 13 14 63 1B 48
Octal 262 313 245 14 0 23 24 143 33 110
Binary 10110010 11001011 10100101 1100 0 10011 10100 1100011 11011 1001000

Color Harmonies of #B2CBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CBA5

Black with #B2CBA5

Text Example


Text Example

White with #B2CBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CBA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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