#B5E7BD

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

Shades of Fringy Flower #B5E7BD

Tints of Fringy Flower #B5E7BD

Color information

#B5E7BD (or 0xB5E7BD) is unknown color: approx Fringy Flower. HEX triplet: B5, E7 and BD. RGB value is (181,231,189). Sum of RGB (Red+Green+Blue) = 181+231+189=601 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.12% from 601); Green value is 231 (90.62% from 255 or 38.44% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 231 - color contains mainly: green. Hex color #B5E7BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E7BD is #4A1842. Grayscale: #D3D3D3. Windows color (decimal): -4855875 or 12445621. OLE color: 12445621.

HSL color Cylindrical-coordinate representation of color #B5E7BD: hue angle of 129.6º degrees, saturation: 0.51, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5E7BD is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB181231189-
CMYK0.2200.180.09
HSL129.6º51.02%80.78%-
HSV(B)129.6º21.65%90.59%-
XYZ56.8270.6558.79-
YUV211.26115.44106.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.12%
GREEN value IS 231 (90.62% from 255) = 38.44%
BLUE value IS 189 (74.22% from 255) = 31.45%
R=30.12%
G=38.44%
B=31.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1812311890.2200.180.09129.651.0280.78
HexB5E7BD160129823351
Octal265347275260221120263121
Binary101101011110011110111101101100100101001100000101100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E7BD; }

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

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

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

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

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

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

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

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