Html Css Color HEX #B1C1BB Loblolly

📋 copy color: '#B1C1BB'

red 177 ◦ green 193 ◦ blue 187

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

Shades of Loblolly #B1C1BB

Tints of Loblolly #B1C1BB

RGB

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

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

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

R = 31.78%
G = 34.65%
B = 33.57%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#B1C1BB (or 0xB1C1BB) is known color: Loblolly. HEX triplet: B1, C1 and BB. RGB value is (177,193,187). Sum of RGB (Red+Green+Blue) = 177+193+187=557 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.78% from 557); Green value is 193 (75.78% from 255 or 34.65% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 193 - color contains mainly: green. Hex color #B1C1BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C1BB is #4E3E44. Grayscale: #BBBBBB. Windows color (decimal): -5127749 or 12304817. OLE color: 12304817.

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

Color convert

RGB 177 193 187 -
CMYK 0.08 0 0.03 0.24
HSL 157.5º 0.11% 0.73% -
HSV(B) 157.5º 0.08% 0.76% -
XYZ 46.17 51.07 54.44 -
YUV 187.53 127.7 120.49 -
System Red Green Blue C M Y K H S L
Decimal 177 193 187 0.08 0 0.03 0.24 157.5 0.11 0.73
Hex B1 C1 BB 8 0 3 18 9E B 49
Octal 261 301 273 10 0 3 30 236 13 111
Binary 10110001 11000001 10111011 1000 0 11 11000 10011110 1011 1001001

Color Harmonies of #B1C1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C1BB

Black with #B1C1BB

Text Example


Text Example

White with #B1C1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C1BB; }

 p { color: rgb(177,193,187); }

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

background-color css

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

 a { background-color: rgb(177,193,187); }

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

border-color css

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

 span { border-color: rgb(177,193,187); }

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