Html Css Color HEX #BEC8B0 Pale Leaf

📋 copy color: '#BEC8B0'

red 190 ◦ green 200 ◦ blue 176

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

Shades of Pale Leaf #BEC8B0

Tints of Pale Leaf #BEC8B0

RGB

 RED value IS 190 (74.61% from 255) = 33.57%

 GREEN value IS 200 (78.52% from 255) = 35.34%

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

R = 33.57%
G = 35.34%
B = 31.1%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#BEC8B0 (or 0xBEC8B0) is known color: Pale Leaf. HEX triplet: BE, C8 and B0. RGB value is (190,200,176). Sum of RGB (Red+Green+Blue) = 190+200+176=566 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.57% from 566); Green value is 200 (78.52% from 255 or 35.34% from 566); Blue value is 176 (69.14% from 255 or 31.10% from 566); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC8B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC8B0 is #41374F. Grayscale: #C2C2C2. Windows color (decimal): -4274000 or 11585726. OLE color: 11585726.

HSL color Cylindrical-coordinate representation of color #BEC8B0: hue angle of 85º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BEC8B0 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 200 176 -
CMYK 0.05 0 0.12 0.22
HSL 85º 0.18% 0.74% -
HSV(B) 85º 0.12% 0.78% -
XYZ 49.73 55.39 49.14 -
YUV 194.27 117.69 124.95 -
System Red Green Blue C M Y K H S L
Decimal 190 200 176 0.05 0 0.12 0.22 85 0.18 0.74
Hex BE C8 B0 5 0 C 16 55 12 4A
Octal 276 310 260 5 0 14 26 125 22 112
Binary 10111110 11001000 10110000 101 0 1100 10110 1010101 10010 1001010

Color Harmonies of #BEC8B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC8B0

Black with #BEC8B0

Text Example


Text Example

White with #BEC8B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC8B0; }

 p { color: rgb(190,200,176); }

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

background-color css

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

 a { background-color: rgb(190,200,176); }

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

border-color css

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

 span { border-color: rgb(190,200,176); }

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