#B0EDC2

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

Shades of Fringy Flower #B0EDC2

Tints of Fringy Flower #B0EDC2

Color information

#B0EDC2 (or 0xB0EDC2) is unknown color: approx Fringy Flower. HEX triplet: B0, ED and C2. RGB value is (176,237,194). Sum of RGB (Red+Green+Blue) = 176+237+194=607 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.00% from 607); Green value is 237 (92.97% from 255 or 39.04% from 607); Blue value is 194 (76.17% from 255 or 31.96% from 607); Max value from RGB is 237 - color contains mainly: green. Hex color #B0EDC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EDC2 is #4F123D. Grayscale: #D5D5D5. Windows color (decimal): -5182014 or 12774832. OLE color: 12774832.

HSL color Cylindrical-coordinate representation of color #B0EDC2: hue angle of 137.7º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0EDC2 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB176237194-
CMYK0.2600.180.07
HSL137.7º62.89%80.98%-
HSV(B)137.7º25.74%92.94%-
XYZ57.9373.6962.21-
YUV213.86116.79101-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.00%
GREEN value IS 237 (92.97% from 255) = 39.04%
BLUE value IS 194 (76.17% from 255) = 31.96%
R=29.00%
G=39.04%
B=31.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1762371940.2600.180.07137.762.8980.98
HexB0EDC21A01278a3f51
Octal26035530232022721277121
Binary10110000111011011100001011010010010111100010101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EDC2; }

 p { color: rgb(176,237,194); }

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

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

 a { background-color: rgb(176,237,194); }

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

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

 span { border-color: rgb(176,237,194); }

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