Html Css Color HEX #B2CFBA Gum Leaf

📋 copy color: '#B2CFBA'

red 178 ◦ green 207 ◦ blue 186

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

Shades of Gum Leaf #B2CFBA

Tints of Gum Leaf #B2CFBA

RGB

 RED value IS 178 (69.92% from 255) = 31.17%

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

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

R = 31.17%
G = 36.25%
B = 32.57%

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

#B2CFBA (or 0xB2CFBA) is known color: Gum Leaf. HEX triplet: B2, CF and BA. RGB value is (178,207,186). Sum of RGB (Red+Green+Blue) = 178+207+186=571 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.17% from 571); Green value is 207 (81.25% from 255 or 36.25% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CFBA is #4D3045. Grayscale: #C3C3C3. Windows color (decimal): -5058630 or 12242866. OLE color: 12242866.

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

Color convert

RGB 178 207 186 -
CMYK 0.14 0 0.10 0.19
HSL 136.55º 0.23% 0.75% -
HSV(B) 136.55º 0.14% 0.81% -
XYZ 49.54 57.64 54.97 -
YUV 195.94 122.39 115.21 -
System Red Green Blue C M Y K H S L
Decimal 178 207 186 0.14 0 0.10 0.19 136.55 0.23 0.75
Hex B2 CF BA E 0 A 13 89 17 4B
Octal 262 317 272 16 0 12 23 211 27 113
Binary 10110010 11001111 10111010 1110 0 1010 10011 10001001 10111 1001011

Color Harmonies of #B2CFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CFBA

Black with #B2CFBA

Text Example


Text Example

White with #B2CFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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