Html Css Color HEX #B8CFA5 Pixie Green

📋 copy color: '#B8CFA5'

red 184 ◦ green 207 ◦ blue 165

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

Shades of Pixie Green #B8CFA5

Tints of Pixie Green #B8CFA5

RGB

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

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

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

R = 33.09%
G = 37.23%
B = 29.68%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#B8CFA5 (or 0xB8CFA5) is known color: Pixie Green. HEX triplet: B8, CF and A5. RGB value is (184,207,165). Sum of RGB (Red+Green+Blue) = 184+207+165=556 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.09% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 165 (64.84% from 255 or 29.68% from 556); Max value from RGB is 207 - color contains mainly: green. Hex color #B8CFA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CFA5 is #47305A. Grayscale: #C3C3C3. Windows color (decimal): -4665435 or 10866616. OLE color: 10866616.

HSL color Cylindrical-coordinate representation of color #B8CFA5: hue angle of 92.86º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B8CFA5 is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 207 165 -
CMYK 0.11 0 0.20 0.19
HSL 92.86º 0.3% 0.73% -
HSV(B) 92.86º 0.2% 0.81% -
XYZ 48.87 57.53 44.13 -
YUV 195.34 110.88 119.92 -
System Red Green Blue C M Y K H S L
Decimal 184 207 165 0.11 0 0.20 0.19 92.86 0.3 0.73
Hex B8 CF A5 B 0 14 13 5D 1E 49
Octal 270 317 245 13 0 24 23 135 36 111
Binary 10111000 11001111 10100101 1011 0 10100 10011 1011101 11110 1001001

Color Harmonies of #B8CFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CFA5

Black with #B8CFA5

Text Example


Text Example

White with #B8CFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CFA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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