Html Css Color HEX #B1CAB7 Gum Leaf

📋 copy color: '#B1CAB7'

red 177 ◦ green 202 ◦ blue 183

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

Shades of Gum Leaf #B1CAB7

Tints of Gum Leaf #B1CAB7

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.94%

 BLUE value IS 183 (71.88% from 255) = 32.56%

R = 31.49%
G = 35.94%
B = 32.56%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#B1CAB7 (or 0xB1CAB7) is known color: Gum Leaf. HEX triplet: B1, CA and B7. RGB value is (177,202,183). Sum of RGB (Red+Green+Blue) = 177+202+183=562 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.49% from 562); Green value is 202 (79.30% from 255 or 35.94% from 562); Blue value is 183 (71.88% from 255 or 32.56% from 562); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CAB7 is #4E3548. Grayscale: #C0C0C0. Windows color (decimal): -5125449 or 12044977. OLE color: 12044977.

HSL color Cylindrical-coordinate representation of color #B1CAB7: hue angle of 134.4º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B1CAB7 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 202 183 -
CMYK 0.12 0 0.09 0.21
HSL 134.4º 0.19% 0.74% -
HSV(B) 134.4º 0.12% 0.79% -
XYZ 47.8 55.01 52.9 -
YUV 192.36 122.72 117.04 -
System Red Green Blue C M Y K H S L
Decimal 177 202 183 0.12 0 0.09 0.21 134.4 0.19 0.74
Hex B1 CA B7 C 0 9 15 86 13 4A
Octal 261 312 267 14 0 11 25 206 23 112
Binary 10110001 11001010 10110111 1100 0 1001 10101 10000110 10011 1001010

Color Harmonies of #B1CAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CAB7

Black with #B1CAB7

Text Example


Text Example

White with #B1CAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CAB7; }

 p { color: rgb(177,202,183); }

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

background-color css

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

 a { background-color: rgb(177,202,183); }

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

border-color css

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

 span { border-color: rgb(177,202,183); }

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