Html Css Color HEX #BFCEB0 Pixie Green

📋 copy color: '#BFCEB0'

red 191 ◦ green 206 ◦ blue 176

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

Shades of Pixie Green #BFCEB0

Tints of Pixie Green #BFCEB0

RGB

 RED value IS 191 (75% from 255) = 33.33%

 GREEN value IS 206 (80.86% from 255) = 35.95%

 BLUE value IS 176 (69.14% from 255) = 30.72%

R = 33.33%
G = 35.95%
B = 30.72%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#BFCEB0 (or 0xBFCEB0) is known color: Pixie Green. HEX triplet: BF, CE and B0. RGB value is (191,206,176). Sum of RGB (Red+Green+Blue) = 191+206+176=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 176 (69.14% from 255 or 30.72% from 573); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCEB0 is #40314F. Grayscale: #C6C6C6. Windows color (decimal): -4206928 or 11587263. OLE color: 11587263.

HSL color Cylindrical-coordinate representation of color #BFCEB0: hue angle of 90º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFCEB0 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 206 176 -
CMYK 0.07 0 0.15 0.19
HSL 90º 0.23% 0.75% -
HSV(B) 90º 0.15% 0.81% -
XYZ 51.39 58.35 49.63 -
YUV 198.1 115.53 122.94 -
System Red Green Blue C M Y K H S L
Decimal 191 206 176 0.07 0 0.15 0.19 90 0.23 0.75
Hex BF CE B0 7 0 F 13 5A 17 4B
Octal 277 316 260 7 0 17 23 132 27 113
Binary 10111111 11001110 10110000 111 0 1111 10011 1011010 10111 1001011

Color Harmonies of #BFCEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCEB0

Black with #BFCEB0

Text Example


Text Example

White with #BFCEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCEB0; }

 p { color: rgb(191,206,176); }

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

background-color css

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

 a { background-color: rgb(191,206,176); }

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

border-color css

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

 span { border-color: rgb(191,206,176); }

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