Html Css Color HEX #B1C3BA Loblolly

📋 copy color: '#B1C3BA'

red 177 ◦ green 195 ◦ blue 186

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

Shades of Loblolly #B1C3BA

Tints of Loblolly #B1C3BA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.95%

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

R = 31.72%
G = 34.95%
B = 33.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#B1C3BA (or 0xB1C3BA) is known color: Loblolly. HEX triplet: B1, C3 and BA. RGB value is (177,195,186). Sum of RGB (Red+Green+Blue) = 177+195+186=558 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.72% from 558); Green value is 195 (76.56% from 255 or 34.95% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C3BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C3BA is #4E3C45. Grayscale: #BCBCBC. Windows color (decimal): -5127238 or 12239793. OLE color: 12239793.

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

Color convert

RGB 177 195 186 -
CMYK 0.09 0 0.05 0.24
HSL 150º 0.13% 0.73% -
HSV(B) 150º 0.09% 0.76% -
XYZ 46.51 51.92 54.03 -
YUV 188.59 126.54 119.73 -
System Red Green Blue C M Y K H S L
Decimal 177 195 186 0.09 0 0.05 0.24 150 0.13 0.73
Hex B1 C3 BA 9 0 5 18 96 D 49
Octal 261 303 272 11 0 5 30 226 15 111
Binary 10110001 11000011 10111010 1001 0 101 11000 10010110 1101 1001001

Color Harmonies of #B1C3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C3BA

Black with #B1C3BA

Text Example


Text Example

White with #B1C3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C3BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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