#B7E0BA

Color #B7E0BA Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #B7E0BA

Tints of Fringy Flower #B7E0BA

Color information

#B7E0BA (or 0xB7E0BA) is unknown color: approx Fringy Flower. HEX triplet: B7, E0 and BA. RGB value is (183,224,186). Sum of RGB (Red+Green+Blue) = 183+224+186=593 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.86% from 593); Green value is 224 (87.89% from 255 or 37.77% from 593); Blue value is 186 (73.05% from 255 or 31.37% from 593); Max value from RGB is 224 - color contains mainly: green. Hex color #B7E0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7E0BA is #481F45. Grayscale: #CFCFCF. Windows color (decimal): -4726598 or 12247223. OLE color: 12247223.

HSL color Cylindrical-coordinate representation of color #B7E0BA: hue angle of 124.39º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7E0BA is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB183224186-
CMYK0.1800.170.12
HSL124.39º39.81%79.8%-
HSV(B)124.39º18.3%87.84%-
XYZ55.0566.9256.47-
YUV207.41115.92110.59-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.86%
GREEN value IS 224 (87.89% from 255) = 37.77%
BLUE value IS 186 (73.05% from 255) = 31.37%
R=30.86%
G=37.77%
B=31.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1832241860.1800.170.12124.3939.8179.8
HexB7E0BA12011C7c2850
Octal267340272220211417450120
Binary10110111111000001011101010010010001110011111001010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7E0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7E0BA; }

 p { color: rgb(183,224,186); }

 H1.HeaderClassName
 {
   color: #B7E0BA;
 }
 .AnyTagClassName
 {
   color: #B7E0BA;
 }
</style>
background-color css

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

 a { background-color: rgb(183,224,186); }

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

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

 span { border-color: rgb(183,224,186); }

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