Html Css Color HEX #BEC3B2 Pale Leaf

📋 copy color: '#BEC3B2'

red 190 ◦ green 195 ◦ blue 178

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

Shades of Pale Leaf #BEC3B2

Tints of Pale Leaf #BEC3B2

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.64%

 BLUE value IS 178 (69.92% from 255) = 31.62%

R = 33.75%
G = 34.64%
B = 31.62%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#BEC3B2 (or 0xBEC3B2) is known color: Pale Leaf. HEX triplet: BE, C3 and B2. RGB value is (190,195,178). Sum of RGB (Red+Green+Blue) = 190+195+178=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 195 (76.56% from 255 or 34.64% from 563); Blue value is 178 (69.92% from 255 or 31.62% from 563); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC3B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC3B2 is #413C4D. Grayscale: #BFBFBF. Windows color (decimal): -4275278 or 11715518. OLE color: 11715518.

HSL color Cylindrical-coordinate representation of color #BEC3B2: hue angle of 77.65º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BEC3B2 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 195 178 -
CMYK 0.03 0 0.09 0.24
HSL 77.65º 0.12% 0.73% -
HSV(B) 77.65º 0.09% 0.76% -
XYZ 48.79 53.19 49.82 -
YUV 191.57 120.34 126.88 -
System Red Green Blue C M Y K H S L
Decimal 190 195 178 0.03 0 0.09 0.24 77.65 0.12 0.73
Hex BE C3 B2 3 0 9 18 4E C 49
Octal 276 303 262 3 0 11 30 116 14 111
Binary 10111110 11000011 10110010 11 0 1001 11000 1001110 1100 1001001

Color Harmonies of #BEC3B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC3B2

Black with #BEC3B2

Text Example


Text Example

White with #BEC3B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC3B2; }

 p { color: rgb(190,195,178); }

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

background-color css

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

 a { background-color: rgb(190,195,178); }

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

border-color css

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

 span { border-color: rgb(190,195,178); }

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