#B0ECBA

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

Shades of Fringy Flower #B0ECBA

Tints of Fringy Flower #B0ECBA

Color information

#B0ECBA (or 0xB0ECBA) is unknown color: approx Fringy Flower. HEX triplet: B0, EC and BA. RGB value is (176,236,186). Sum of RGB (Red+Green+Blue) = 176+236+186=598 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.43% from 598); Green value is 236 (92.58% from 255 or 39.46% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 236 - color contains mainly: green. Hex color #B0ECBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0ECBA is #4F1345. Grayscale: #D4D4D4. Windows color (decimal): -5182278 or 12250288. OLE color: 12250288.

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

Color convert

RGB176236186-
CMYK0.2500.210.07
HSL130º61.22%80.78%-
HSV(B)130º25.42%92.55%-
XYZ56.7672.7757.51-
YUV212.36113.12102.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.43%
GREEN value IS 236 (92.58% from 255) = 39.46%
BLUE value IS 186 (73.05% from 255) = 31.10%
R=29.43%
G=39.46%
B=31.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1762361860.2500.210.0713061.2280.78
HexB0ECBA190157823d51
Octal26035427231025720275121
Binary10110000111011001011101011001010101111100000101111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ECBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ECBA; }

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

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

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

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

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

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

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

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