Html Css Color HEX #B4CAB8 Gum Leaf

📋 copy color: '#B4CAB8'

red 180 ◦ green 202 ◦ blue 184

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

Shades of Gum Leaf #B4CAB8

Tints of Gum Leaf #B4CAB8

RGB

 RED value IS 180 (70.7% from 255) = 31.8%

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

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

R = 31.8%
G = 35.69%
B = 32.51%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#B4CAB8 (or 0xB4CAB8) is known color: Gum Leaf. HEX triplet: B4, CA and B8. RGB value is (180,202,184). Sum of RGB (Red+Green+Blue) = 180+202+184=566 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.80% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 184 (72.27% from 255 or 32.51% from 566); Max value from RGB is 202 - color contains mainly: green. Hex color #B4CAB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CAB8 is #4B3547. Grayscale: #C1C1C1. Windows color (decimal): -4928840 or 12110516. OLE color: 12110516.

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

Color convert

RGB 180 202 184 -
CMYK 0.11 0 0.09 0.21
HSL 130.91º 0.17% 0.75% -
HSV(B) 130.91º 0.11% 0.79% -
XYZ 48.59 55.41 53.48 -
YUV 193.37 122.71 118.46 -
System Red Green Blue C M Y K H S L
Decimal 180 202 184 0.11 0 0.09 0.21 130.91 0.17 0.75
Hex B4 CA B8 B 0 9 15 83 11 4B
Octal 264 312 270 13 0 11 25 203 21 113
Binary 10110100 11001010 10111000 1011 0 1001 10101 10000011 10001 1001011

Color Harmonies of #B4CAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CAB8

Black with #B4CAB8

Text Example


Text Example

White with #B4CAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CAB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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