Html Css Color HEX #B4CFBB Gum Leaf

📋 copy color: '#B4CFBB'

red 180 ◦ green 207 ◦ blue 187

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

Shades of Gum Leaf #B4CFBB

Tints of Gum Leaf #B4CFBB

RGB

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

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

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

R = 31.36%
G = 36.06%
B = 32.58%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#B4CFBB (or 0xB4CFBB) is known color: Gum Leaf. HEX triplet: B4, CF and BB. RGB value is (180,207,187). Sum of RGB (Red+Green+Blue) = 180+207+187=574 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.36% from 574); Green value is 207 (81.25% from 255 or 36.06% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 207 - color contains mainly: green. Hex color #B4CFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CFBB is #4B3044. Grayscale: #C4C4C4. Windows color (decimal): -4927557 or 12308404. OLE color: 12308404.

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

Color convert

RGB 180 207 187 -
CMYK 0.13 0 0.10 0.19
HSL 135.56º 0.22% 0.76% -
HSV(B) 135.56º 0.13% 0.81% -
XYZ 50.1 57.92 55.55 -
YUV 196.65 122.55 116.13 -
System Red Green Blue C M Y K H S L
Decimal 180 207 187 0.13 0 0.10 0.19 135.56 0.22 0.76
Hex B4 CF BB D 0 A 13 88 16 4C
Octal 264 317 273 15 0 12 23 210 26 114
Binary 10110100 11001111 10111011 1101 0 1010 10011 10001000 10110 1001100

Color Harmonies of #B4CFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CFBB

Black with #B4CFBB

Text Example


Text Example

White with #B4CFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CFBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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