#B0EBBB

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

Shades of Fringy Flower #B0EBBB

Tints of Fringy Flower #B0EBBB

Color information

#B0EBBB (or 0xB0EBBB) is unknown color: approx Fringy Flower. HEX triplet: B0, EB and BB. RGB value is (176,235,187). Sum of RGB (Red+Green+Blue) = 176+235+187=598 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.43% from 598); Green value is 235 (92.19% from 255 or 39.30% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 235 - color contains mainly: green. Hex color #B0EBBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EBBB is #4F1444. Grayscale: #D4D4D4. Windows color (decimal): -5182533 or 12315568. OLE color: 12315568.

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

Color convert

RGB176235187-
CMYK0.2500.200.08
HSL131.19º59.6%80.59%-
HSV(B)131.19º25.11%92.16%-
XYZ56.5872.2357.97-
YUV211.89113.95102.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.43%
GREEN value IS 235 (92.19% from 255) = 39.30%
BLUE value IS 187 (73.44% from 255) = 31.27%
R=29.43%
G=39.30%
B=31.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1762351870.2500.200.08131.1959.680.59
HexB0EBBB190148833c51
Octal260353273310241020374121
Binary101100001110101110111011110010101001000100000111111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EBBB; }

 p { color: rgb(176,235,187); }

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

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

 a { background-color: rgb(176,235,187); }

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

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

 span { border-color: rgb(176,235,187); }

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