#B5EEBD

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

Shades of Fringy Flower #B5EEBD

Tints of Fringy Flower #B5EEBD

Color information

#B5EEBD (or 0xB5EEBD) is unknown color: approx Fringy Flower. HEX triplet: B5, EE and BD. RGB value is (181,238,189). Sum of RGB (Red+Green+Blue) = 181+238+189=608 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.77% from 608); Green value is 238 (93.36% from 255 or 39.14% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 238 - color contains mainly: green. Hex color #B5EEBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EEBD is #4A1142. Grayscale: #D7D7D7. Windows color (decimal): -4854083 or 12447413. OLE color: 12447413.

HSL color Cylindrical-coordinate representation of color #B5EEBD: hue angle of 128.42º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5EEBD is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB181238189-
CMYK0.2400.210.07
HSL128.42º62.64%82.16%-
HSV(B)128.42º23.95%93.33%-
XYZ58.8274.6559.45-
YUV215.37113.12103.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.77%
GREEN value IS 238 (93.36% from 255) = 39.14%
BLUE value IS 189 (74.22% from 255) = 31.09%
R=29.77%
G=39.14%
B=31.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1812381890.2400.210.07128.4262.6482.16
HexB5EEBD180157803f52
Octal26535627530025720077122
Binary10110101111011101011110111000010101111100000001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EEBD; }

 p { color: rgb(181,238,189); }

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

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

 a { background-color: rgb(181,238,189); }

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

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

 span { border-color: rgb(181,238,189); }

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