Html Css Color HEX #B1C2BA Loblolly

📋 copy color: '#B1C2BA'

red 177 ◦ green 194 ◦ blue 186

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

Shades of Loblolly #B1C2BA

Tints of Loblolly #B1C2BA

RGB

 RED value IS 177 (69.53% from 255) = 31.78%

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

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

R = 31.78%
G = 34.83%
B = 33.39%

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

#B1C2BA (or 0xB1C2BA) is known color: Loblolly. HEX triplet: B1, C2 and BA. RGB value is (177,194,186). Sum of RGB (Red+Green+Blue) = 177+194+186=557 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.78% from 557); Green value is 194 (76.17% from 255 or 34.83% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 194 - color contains mainly: green. Hex color #B1C2BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C2BA is #4E3D45. Grayscale: #BCBCBC. Windows color (decimal): -5127494 or 12239537. OLE color: 12239537.

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

Color convert

RGB 177 194 186 -
CMYK 0.09 0 0.04 0.24
HSL 151.76º 0.12% 0.73% -
HSV(B) 151.76º 0.09% 0.76% -
XYZ 46.29 51.48 53.95 -
YUV 188.01 126.87 120.15 -
System Red Green Blue C M Y K H S L
Decimal 177 194 186 0.09 0 0.04 0.24 151.76 0.12 0.73
Hex B1 C2 BA 9 0 4 18 98 C 49
Octal 261 302 272 11 0 4 30 230 14 111
Binary 10110001 11000010 10111010 1001 0 100 11000 10011000 1100 1001001

Color Harmonies of #B1C2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C2BA

Black with #B1C2BA

Text Example


Text Example

White with #B1C2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C2BA; }

 p { color: rgb(177,194,186); }

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

background-color css

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

 a { background-color: rgb(177,194,186); }

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

border-color css

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

 span { border-color: rgb(177,194,186); }

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