Html Css Color HEX #B1CAB8 Gum Leaf

📋 copy color: '#B1CAB8'

red 177 ◦ green 202 ◦ blue 184

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

Shades of Gum Leaf #B1CAB8

Tints of Gum Leaf #B1CAB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 32.68%

R = 31.44%
G = 35.88%
B = 32.68%

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

#B1CAB8 (or 0xB1CAB8) is known color: Gum Leaf. HEX triplet: B1, CA and B8. RGB value is (177,202,184). Sum of RGB (Red+Green+Blue) = 177+202+184=563 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.44% from 563); Green value is 202 (79.30% from 255 or 35.88% from 563); Blue value is 184 (72.27% from 255 or 32.68% from 563); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CAB8 is #4E3547. Grayscale: #C0C0C0. Windows color (decimal): -5125448 or 12110513. OLE color: 12110513.

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

Color convert

RGB 177 202 184 -
CMYK 0.12 0 0.09 0.21
HSL 136.8º 0.19% 0.74% -
HSV(B) 136.8º 0.12% 0.79% -
XYZ 47.9 55.05 53.45 -
YUV 192.47 123.22 116.96 -
System Red Green Blue C M Y K H S L
Decimal 177 202 184 0.12 0 0.09 0.21 136.8 0.19 0.74
Hex B1 CA B8 C 0 9 15 89 13 4A
Octal 261 312 270 14 0 11 25 211 23 112
Binary 10110001 11001010 10111000 1100 0 1001 10101 10001001 10011 1001010

Color Harmonies of #B1CAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CAB8

Black with #B1CAB8

Text Example


Text Example

White with #B1CAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CAB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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