#B0EEBE

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

Shades of Fringy Flower #B0EEBE

Tints of Fringy Flower #B0EEBE

Color information

#B0EEBE (or 0xB0EEBE) is unknown color: approx Fringy Flower. HEX triplet: B0, EE and BE. RGB value is (176,238,190). Sum of RGB (Red+Green+Blue) = 176+238+190=604 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.14% from 604); Green value is 238 (93.36% from 255 or 39.40% from 604); Blue value is 190 (74.61% from 255 or 31.46% from 604); Max value from RGB is 238 - color contains mainly: green. Hex color #B0EEBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EEBE is #4F1141. Grayscale: #D6D6D6. Windows color (decimal): -5181762 or 12512944. OLE color: 12512944.

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

Color convert

RGB176238190-
CMYK0.2600.200.07
HSL133.55º64.58%81.18%-
HSV(B)133.55º26.05%93.33%-
XYZ57.7774.159.97-
YUV213.99114.46100.9-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.14%
GREEN value IS 238 (93.36% from 255) = 39.40%
BLUE value IS 190 (74.61% from 255) = 31.46%
R=29.14%
G=39.40%
B=31.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1762381900.2600.200.07133.5564.5881.18
HexB0EEBE1A0147864151
Octal260356276320247206101121
Binary101100001110111010111110110100101001111000011010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EEBE; }

 p { color: rgb(176,238,190); }

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

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

 a { background-color: rgb(176,238,190); }

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

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

 span { border-color: rgb(176,238,190); }

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