Html Css Color HEX #B0CAB8 Gum Leaf

📋 copy color: '#B0CAB8'

red 176 ◦ green 202 ◦ blue 184

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

Shades of Gum Leaf #B0CAB8

Tints of Gum Leaf #B0CAB8

RGB

 RED value IS 176 (69.14% from 255) = 31.32%

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

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

R = 31.32%
G = 35.94%
B = 32.74%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#B0CAB8 (or 0xB0CAB8) is known color: Gum Leaf. HEX triplet: B0, CA and B8. RGB value is (176,202,184). Sum of RGB (Red+Green+Blue) = 176+202+184=562 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.32% from 562); Green value is 202 (79.30% from 255 or 35.94% from 562); Blue value is 184 (72.27% from 255 or 32.74% from 562); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CAB8 is #4F3547. Grayscale: #C0C0C0. Windows color (decimal): -5190984 or 12110512. OLE color: 12110512.

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

Color convert

RGB 176 202 184 -
CMYK 0.13 0 0.09 0.21
HSL 138.46º 0.2% 0.74% -
HSV(B) 138.46º 0.13% 0.79% -
XYZ 47.68 54.93 53.44 -
YUV 192.17 123.39 116.46 -
System Red Green Blue C M Y K H S L
Decimal 176 202 184 0.13 0 0.09 0.21 138.46 0.2 0.74
Hex B0 CA B8 D 0 9 15 8A 14 4A
Octal 260 312 270 15 0 11 25 212 24 112
Binary 10110000 11001010 10111000 1101 0 1001 10101 10001010 10100 1001010

Color Harmonies of #B0CAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CAB8

Black with #B0CAB8

Text Example


Text Example

White with #B0CAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CAB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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