#B0EDC0

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

Shades of Fringy Flower #B0EDC0

Tints of Fringy Flower #B0EDC0

Color information

#B0EDC0 (or 0xB0EDC0) is unknown color: approx Fringy Flower. HEX triplet: B0, ED and C0. RGB value is (176,237,192). Sum of RGB (Red+Green+Blue) = 176+237+192=605 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.09% from 605); Green value is 237 (92.97% from 255 or 39.17% from 605); Blue value is 192 (75.39% from 255 or 31.74% from 605); Max value from RGB is 237 - color contains mainly: green. Hex color #B0EDC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EDC0 is #4F123F. Grayscale: #D5D5D5. Windows color (decimal): -5182016 or 12643760. OLE color: 12643760.

HSL color Cylindrical-coordinate representation of color #B0EDC0: hue angle of 135.74º 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 #B0EDC0 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB176237192-
CMYK0.2600.190.07
HSL135.74º62.89%80.98%-
HSV(B)135.74º25.74%92.94%-
XYZ57.773.661.03-
YUV213.63115.79101.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.09%
GREEN value IS 237 (92.97% from 255) = 39.17%
BLUE value IS 192 (75.39% from 255) = 31.74%
R=29.09%
G=39.17%
B=31.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1762371920.2600.190.07135.7462.8980.98
HexB0EDC01A0137883f51
Octal26035530032023721077121
Binary10110000111011011100000011010010011111100010001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EDC0; }

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

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

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

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

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

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

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

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