#B0EBB8

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

Shades of Fringy Flower #B0EBB8

Tints of Fringy Flower #B0EBB8

Color information

#B0EBB8 (or 0xB0EBB8) is unknown color: approx Fringy Flower. HEX triplet: B0, EB and B8. RGB value is (176,235,184). Sum of RGB (Red+Green+Blue) = 176+235+184=595 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.58% from 595); Green value is 235 (92.19% from 255 or 39.50% from 595); Blue value is 184 (72.27% from 255 or 30.92% from 595); Max value from RGB is 235 - color contains mainly: green. Hex color #B0EBB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EBB8 is #4F1447. Grayscale: #D3D3D3. Windows color (decimal): -5182536 or 12118960. OLE color: 12118960.

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

Color convert

RGB176235184-
CMYK0.2500.220.08
HSL128.14º59.6%80.59%-
HSV(B)128.14º25.11%92.16%-
XYZ56.2672.1156.3-
YUV211.54112.45102.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.58%
GREEN value IS 235 (92.19% from 255) = 39.50%
BLUE value IS 184 (72.27% from 255) = 30.92%
R=29.58%
G=39.50%
B=30.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1762351840.2500.220.08128.1459.680.59
HexB0EBB8190168803c51
Octal260353270310261020074121
Binary101100001110101110111000110010101101000100000001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EBB8; }

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

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

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

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

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

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

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

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