Html Css Color HEX #B3CFBA Gum Leaf

📋 copy color: '#B3CFBA'

red 179 ◦ green 207 ◦ blue 186

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

Shades of Gum Leaf #B3CFBA

Tints of Gum Leaf #B3CFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.52%

R = 31.29%
G = 36.19%
B = 32.52%

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

#B3CFBA (or 0xB3CFBA) is known color: Gum Leaf. HEX triplet: B3, CF and BA. RGB value is (179,207,186). Sum of RGB (Red+Green+Blue) = 179+207+186=572 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.29% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 207 - color contains mainly: green. Hex color #B3CFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CFBA is #4C3045. Grayscale: #C4C4C4. Windows color (decimal): -4993094 or 12242867. OLE color: 12242867.

HSL color Cylindrical-coordinate representation of color #B3CFBA: hue angle of 135º 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 #B3CFBA is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 207 186 -
CMYK 0.14 0 0.10 0.19
HSL 135º 0.23% 0.76% -
HSV(B) 135º 0.14% 0.81% -
XYZ 49.77 57.75 54.98 -
YUV 196.23 122.22 115.71 -
System Red Green Blue C M Y K H S L
Decimal 179 207 186 0.14 0 0.10 0.19 135 0.23 0.76
Hex B3 CF BA E 0 A 13 87 17 4C
Octal 263 317 272 16 0 12 23 207 27 114
Binary 10110011 11001111 10111010 1110 0 1010 10011 10000111 10111 1001100

Color Harmonies of #B3CFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3CFBA

Black with #B3CFBA

Text Example


Text Example

White with #B3CFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3CFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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