Html Css Color HEX #B8CBA5 Pixie Green

📋 copy color: '#B8CBA5'

red 184 ◦ green 203 ◦ blue 165

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

Shades of Pixie Green #B8CBA5

Tints of Pixie Green #B8CBA5

RGB

 RED value IS 184 (72.27% from 255) = 33.33%

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

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

R = 33.33%
G = 36.78%
B = 29.89%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#B8CBA5 (or 0xB8CBA5) is known color: Pixie Green. HEX triplet: B8, CB and A5. RGB value is (184,203,165). Sum of RGB (Red+Green+Blue) = 184+203+165=552 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.33% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 165 (64.84% from 255 or 29.89% from 552); Max value from RGB is 203 - color contains mainly: green. Hex color #B8CBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CBA5 is #47345A. Grayscale: #C1C1C1. Windows color (decimal): -4666459 or 10865592. OLE color: 10865592.

HSL color Cylindrical-coordinate representation of color #B8CBA5: hue angle of 90º 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 #B8CBA5 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 203 165 -
CMYK 0.09 0 0.19 0.20
HSL 90º 0.27% 0.72% -
HSV(B) 90º 0.19% 0.8% -
XYZ 47.91 55.62 43.81 -
YUV 192.99 112.21 121.59 -
System Red Green Blue C M Y K H S L
Decimal 184 203 165 0.09 0 0.19 0.20 90 0.27 0.72
Hex B8 CB A5 9 0 13 14 5A 1B 48
Octal 270 313 245 11 0 23 24 132 33 110
Binary 10111000 11001011 10100101 1001 0 10011 10100 1011010 11011 1001000

Color Harmonies of #B8CBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CBA5

Black with #B8CBA5

Text Example


Text Example

White with #B8CBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CBA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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