#B0ECBD

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

Shades of Fringy Flower #B0ECBD

Tints of Fringy Flower #B0ECBD

Color information

#B0ECBD (or 0xB0ECBD) is unknown color: approx Fringy Flower. HEX triplet: B0, EC and BD. RGB value is (176,236,189). Sum of RGB (Red+Green+Blue) = 176+236+189=601 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.28% from 601); Green value is 236 (92.58% from 255 or 39.27% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 236 - color contains mainly: green. Hex color #B0ECBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0ECBD is #4F1342. Grayscale: #D4D4D4. Windows color (decimal): -5182275 or 12446896. OLE color: 12446896.

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

Color convert

RGB176236189-
CMYK0.2500.200.07
HSL133º61.22%80.78%-
HSV(B)133º25.42%92.55%-
XYZ57.0972.959.21-
YUV212.7114.62101.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.28%
GREEN value IS 236 (92.58% from 255) = 39.27%
BLUE value IS 189 (74.22% from 255) = 31.45%
R=29.28%
G=39.27%
B=31.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1762361890.2500.200.0713361.2280.78
HexB0ECBD190147853d51
Octal26035427531024720575121
Binary10110000111011001011110111001010100111100001011111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ECBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ECBD; }

 p { color: rgb(176,236,189); }

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

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

 a { background-color: rgb(176,236,189); }

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

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

 span { border-color: rgb(176,236,189); }

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