Html Css Color HEX #B0C2BB Loblolly

📋 copy color: '#B0C2BB'

red 176 ◦ green 194 ◦ blue 187

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

Shades of Loblolly #B0C2BB

Tints of Loblolly #B0C2BB

RGB

 RED value IS 176 (69.14% from 255) = 31.6%

 GREEN value IS 194 (76.17% from 255) = 34.83%

 BLUE value IS 187 (73.44% from 255) = 33.57%

R = 31.6%
G = 34.83%
B = 33.57%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#B0C2BB (or 0xB0C2BB) is known color: Loblolly. HEX triplet: B0, C2 and BB. RGB value is (176,194,187). Sum of RGB (Red+Green+Blue) = 176+194+187=557 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.60% from 557); Green value is 194 (76.17% from 255 or 34.83% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 194 - color contains mainly: green. Hex color #B0C2BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C2BB is #4F3D44. Grayscale: #BBBBBB. Windows color (decimal): -5193029 or 12305072. OLE color: 12305072.

HSL color Cylindrical-coordinate representation of color #B0C2BB: hue angle of 156.67º degrees, saturation: 0.13, 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 #B0C2BB is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 194 187 -
CMYK 0.09 0 0.04 0.24
HSL 156.67º 0.13% 0.73% -
HSV(B) 156.67º 0.09% 0.76% -
XYZ 46.17 51.4 54.5 -
YUV 187.82 127.54 119.57 -
System Red Green Blue C M Y K H S L
Decimal 176 194 187 0.09 0 0.04 0.24 156.67 0.13 0.73
Hex B0 C2 BB 9 0 4 18 9D D 49
Octal 260 302 273 11 0 4 30 235 15 111
Binary 10110000 11000010 10111011 1001 0 100 11000 10011101 1101 1001001

Color Harmonies of #B0C2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C2BB

Black with #B0C2BB

Text Example


Text Example

White with #B0C2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C2BB; }

 p { color: rgb(176,194,187); }

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

background-color css

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

 a { background-color: rgb(176,194,187); }

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

border-color css

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

 span { border-color: rgb(176,194,187); }

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