Html Css Color HEX #B0C0BA Loblolly

📋 copy color: '#B0C0BA'

red 176 ◦ green 192 ◦ blue 186

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

Shades of Loblolly #B0C0BA

Tints of Loblolly #B0C0BA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.66%

 BLUE value IS 186 (73.05% from 255) = 33.57%

R = 31.77%
G = 34.66%
B = 33.57%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#B0C0BA (or 0xB0C0BA) is known color: Loblolly. HEX triplet: B0, C0 and BA. RGB value is (176,192,186). Sum of RGB (Red+Green+Blue) = 176+192+186=554 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.77% from 554); Green value is 192 (75.39% from 255 or 34.66% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C0BA is #4F3F45. Grayscale: #BABABA. Windows color (decimal): -5193542 or 12239024. OLE color: 12239024.

HSL color Cylindrical-coordinate representation of color #B0C0BA: hue angle of 157.5º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B0C0BA is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 192 186 -
CMYK 0.08 0 0.03 0.25
HSL 157.5º 0.11% 0.72% -
HSV(B) 157.5º 0.08% 0.75% -
XYZ 45.62 50.47 53.79 -
YUV 186.53 127.7 120.49 -
System Red Green Blue C M Y K H S L
Decimal 176 192 186 0.08 0 0.03 0.25 157.5 0.11 0.72
Hex B0 C0 BA 8 0 3 19 9E B 48
Octal 260 300 272 10 0 3 31 236 13 110
Binary 10110000 11000000 10111010 1000 0 11 11001 10011110 1011 1001000

Color Harmonies of #B0C0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C0BA

Black with #B0C0BA

Text Example


Text Example

White with #B0C0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C0BA; }

 p { color: rgb(176,192,186); }

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

background-color css

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

 a { background-color: rgb(176,192,186); }

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

border-color css

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

 span { border-color: rgb(176,192,186); }

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