#B4BEBA

Color #B4BEBA Loblolly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Loblolly #B4BEBA

Tints of Loblolly #B4BEBA

Color information

#B4BEBA (or 0xB4BEBA) is unknown color: approx Loblolly. HEX triplet: B4, BE and BA. RGB value is (180,190,186). Sum of RGB (Red+Green+Blue) = 180+190+186=556 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.37% from 556); Green value is 190 (74.61% from 255 or 34.17% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 190 - color contains mainly: green. Hex color #B4BEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BEBA is #4B4145. Grayscale: #BABABA. Windows color (decimal): -4931910 or 12238516. OLE color: 12238516.

HSL color Cylindrical-coordinate representation of color #B4BEBA: hue angle of 156º degrees, saturation: 0.07, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B4BEBA is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB180190186-
CMYK0.0500.020.25
HSL156º7.14%72.55%-
HSV(B)156º5.26%74.51%-
XYZ46.150.0853.69-
YUV186.55127.69123.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.37%
GREEN value IS 190 (74.61% from 255) = 34.17%
BLUE value IS 186 (73.05% from 255) = 33.45%
R=32.37%
G=34.17%
B=33.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801901860.0500.020.251567.1472.55
HexB4BEBA502199c749
Octal264276272502312347111
Binary10110100101111101011101010101011001100111001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BEBA; }

 p { color: rgb(180,190,186); }

 H1.HeaderClassName
 {
   color: #B4BEBA;
 }
 .AnyTagClassName
 {
   color: #B4BEBA;
 }
</style>
background-color css

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

 a { background-color: rgb(180,190,186); }

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

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

 span { border-color: rgb(180,190,186); }

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