Html Css Color HEX #B1CFBA Gum Leaf

📋 copy color: '#B1CFBA'

red 177 ◦ green 207 ◦ blue 186

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

Shades of Gum Leaf #B1CFBA

Tints of Gum Leaf #B1CFBA

RGB

 RED value IS 177 (69.53% from 255) = 31.05%

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

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

R = 31.05%
G = 36.32%
B = 32.63%

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

#B1CFBA (or 0xB1CFBA) is known color: Gum Leaf. HEX triplet: B1, CF and BA. RGB value is (177,207,186). Sum of RGB (Red+Green+Blue) = 177+207+186=570 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.05% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 186 (73.05% from 255 or 32.63% from 570); Max value from RGB is 207 - color contains mainly: green. Hex color #B1CFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CFBA is #4E3045. Grayscale: #C3C3C3. Windows color (decimal): -5124166 or 12242865. OLE color: 12242865.

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

Color convert

RGB 177 207 186 -
CMYK 0.14 0 0.10 0.19
HSL 138º 0.24% 0.75% -
HSV(B) 138º 0.14% 0.81% -
XYZ 49.31 57.52 54.96 -
YUV 195.64 122.56 114.71 -
System Red Green Blue C M Y K H S L
Decimal 177 207 186 0.14 0 0.10 0.19 138 0.24 0.75
Hex B1 CF BA E 0 A 13 8A 18 4B
Octal 261 317 272 16 0 12 23 212 30 113
Binary 10110001 11001111 10111010 1110 0 1010 10011 10001010 11000 1001011

Color Harmonies of #B1CFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CFBA

Black with #B1CFBA

Text Example


Text Example

White with #B1CFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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