Html Css Color HEX #B2C1BA Loblolly

📋 copy color: '#B2C1BA'

red 178 ◦ green 193 ◦ blue 186

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

Shades of Loblolly #B2C1BA

Tints of Loblolly #B2C1BA

RGB

 RED value IS 178 (69.92% from 255) = 31.96%

 GREEN value IS 193 (75.78% from 255) = 34.65%

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

R = 31.96%
G = 34.65%
B = 33.39%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#B2C1BA (or 0xB2C1BA) is known color: Loblolly. HEX triplet: B2, C1 and BA. RGB value is (178,193,186). Sum of RGB (Red+Green+Blue) = 178+193+186=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 193 (75.78% from 255 or 34.65% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C1BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C1BA is #4D3E45. Grayscale: #BBBBBB. Windows color (decimal): -5062214 or 12239282. OLE color: 12239282.

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

Color convert

RGB 178 193 186 -
CMYK 0.08 0 0.04 0.24
HSL 152º 0.11% 0.73% -
HSV(B) 152º 0.08% 0.76% -
XYZ 46.29 51.15 53.89 -
YUV 187.72 127.03 121.07 -
System Red Green Blue C M Y K H S L
Decimal 178 193 186 0.08 0 0.04 0.24 152 0.11 0.73
Hex B2 C1 BA 8 0 4 18 98 B 49
Octal 262 301 272 10 0 4 30 230 13 111
Binary 10110010 11000001 10111010 1000 0 100 11000 10011000 1011 1001001

Color Harmonies of #B2C1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C1BA

Black with #B2C1BA

Text Example


Text Example

White with #B2C1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C1BA; }

 p { color: rgb(178,193,186); }

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

background-color css

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

 a { background-color: rgb(178,193,186); }

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

border-color css

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

 span { border-color: rgb(178,193,186); }

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