Html Css Color HEX #B3CFBB Gum Leaf

📋 copy color: '#B3CFBB'

red 179 ◦ green 207 ◦ blue 187

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

Shades of Gum Leaf #B3CFBB

Tints of Gum Leaf #B3CFBB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.13%

 BLUE value IS 187 (73.44% from 255) = 32.64%

R = 31.24%
G = 36.13%
B = 32.64%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#B3CFBB (or 0xB3CFBB) is known color: Gum Leaf. HEX triplet: B3, CF and BB. RGB value is (179,207,187). Sum of RGB (Red+Green+Blue) = 179+207+187=573 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.24% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 207 - color contains mainly: green. Hex color #B3CFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CFBB is #4C3044. Grayscale: #C4C4C4. Windows color (decimal): -4993093 or 12308403. OLE color: 12308403.

HSL color Cylindrical-coordinate representation of color #B3CFBB: hue angle of 137.14º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B3CFBB is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 207 187 -
CMYK 0.14 0 0.10 0.19
HSL 137.14º 0.23% 0.76% -
HSV(B) 137.14º 0.14% 0.81% -
XYZ 49.87 57.8 55.54 -
YUV 196.35 122.72 115.63 -
System Red Green Blue C M Y K H S L
Decimal 179 207 187 0.14 0 0.10 0.19 137.14 0.23 0.76
Hex B3 CF BB E 0 A 13 89 17 4C
Octal 263 317 273 16 0 12 23 211 27 114
Binary 10110011 11001111 10111011 1110 0 1010 10011 10001001 10111 1001100

Color Harmonies of #B3CFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3CFBB

Black with #B3CFBB

Text Example


Text Example

White with #B3CFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3CFBB; }

 p { color: rgb(179,207,187); }

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

background-color css

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

 a { background-color: rgb(179,207,187); }

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

border-color css

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

 span { border-color: rgb(179,207,187); }

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