Html Css Color HEX #B3CAB8 Gum Leaf

📋 copy color: '#B3CAB8'

red 179 ◦ green 202 ◦ blue 184

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

Shades of Gum Leaf #B3CAB8

Tints of Gum Leaf #B3CAB8

RGB

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

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

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

R = 31.68%
G = 35.75%
B = 32.57%

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

#B3CAB8 (or 0xB3CAB8) is known color: Gum Leaf. HEX triplet: B3, CA and B8. RGB value is (179,202,184). Sum of RGB (Red+Green+Blue) = 179+202+184=565 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.68% from 565); Green value is 202 (79.30% from 255 or 35.75% from 565); Blue value is 184 (72.27% from 255 or 32.57% from 565); Max value from RGB is 202 - color contains mainly: green. Hex color #B3CAB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CAB8 is #4C3547. Grayscale: #C1C1C1. Windows color (decimal): -4994376 or 12110515. OLE color: 12110515.

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

Color convert

RGB 179 202 184 -
CMYK 0.11 0 0.09 0.21
HSL 133.04º 0.18% 0.75% -
HSV(B) 133.04º 0.11% 0.79% -
XYZ 48.36 55.29 53.47 -
YUV 193.07 122.88 117.96 -
System Red Green Blue C M Y K H S L
Decimal 179 202 184 0.11 0 0.09 0.21 133.04 0.18 0.75
Hex B3 CA B8 B 0 9 15 85 12 4B
Octal 263 312 270 13 0 11 25 205 22 113
Binary 10110011 11001010 10111000 1011 0 1001 10101 10000101 10010 1001011

Color Harmonies of #B3CAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3CAB8

Black with #B3CAB8

Text Example


Text Example

White with #B3CAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3CAB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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