#B0EEB8

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

Shades of Fringy Flower #B0EEB8

Tints of Fringy Flower #B0EEB8

Color information

#B0EEB8 (or 0xB0EEB8) is unknown color: approx Fringy Flower. HEX triplet: B0, EE and B8. RGB value is (176,238,184). Sum of RGB (Red+Green+Blue) = 176+238+184=598 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.43% from 598); Green value is 238 (93.36% from 255 or 39.80% from 598); Blue value is 184 (72.27% from 255 or 30.77% from 598); Max value from RGB is 238 - color contains mainly: green. Hex color #B0EEB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EEB8 is #4F1147. Grayscale: #D5D5D5. Windows color (decimal): -5181768 or 12119728. OLE color: 12119728.

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

Color convert

RGB176238184-
CMYK0.2600.230.07
HSL127.74º64.58%81.18%-
HSV(B)127.74º26.05%93.33%-
XYZ57.1373.8456.59-
YUV213.31111.46101.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.43%
GREEN value IS 238 (93.36% from 255) = 39.80%
BLUE value IS 184 (72.27% from 255) = 30.77%
R=29.43%
G=39.80%
B=30.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1762381840.2600.230.07127.7464.5881.18
HexB0EEB81A0177804151
Octal260356270320277200101121
Binary101100001110111010111000110100101111111000000010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EEB8; }

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

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

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

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

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

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

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

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