Html Css Color HEX #B3C1BA Loblolly

📋 copy color: '#B3C1BA'

red 179 ◦ green 193 ◦ blue 186

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

Shades of Loblolly #B3C1BA

Tints of Loblolly #B3C1BA

RGB

 RED value IS 179 (70.31% from 255) = 32.08%

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

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

R = 32.08%
G = 34.59%
B = 33.33%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#B3C1BA (or 0xB3C1BA) is known color: Loblolly. HEX triplet: B3, C1 and BA. RGB value is (179,193,186). Sum of RGB (Red+Green+Blue) = 179+193+186=558 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.08% from 558); Green value is 193 (75.78% from 255 or 34.59% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C1BA is #4C3E45. Grayscale: #BCBCBC. Windows color (decimal): -4996678 or 12239283. OLE color: 12239283.

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

Color convert

RGB 179 193 186 -
CMYK 0.07 0 0.04 0.24
HSL 150º 0.1% 0.73% -
HSV(B) 150º 0.07% 0.76% -
XYZ 46.52 51.27 53.9 -
YUV 188.02 126.86 121.57 -
System Red Green Blue C M Y K H S L
Decimal 179 193 186 0.07 0 0.04 0.24 150 0.1 0.73
Hex B3 C1 BA 7 0 4 18 96 A 49
Octal 263 301 272 7 0 4 30 226 12 111
Binary 10110011 11000001 10111010 111 0 100 11000 10010110 1010 1001001

Color Harmonies of #B3C1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C1BA

Black with #B3C1BA

Text Example


Text Example

White with #B3C1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C1BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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