#B5E8BC

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

Shades of Fringy Flower #B5E8BC

Tints of Fringy Flower #B5E8BC

Color information

#B5E8BC (or 0xB5E8BC) is unknown color: approx Fringy Flower. HEX triplet: B5, E8 and BC. RGB value is (181,232,188). Sum of RGB (Red+Green+Blue) = 181+232+188=601 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.12% from 601); Green value is 232 (91.02% from 255 or 38.60% from 601); Blue value is 188 (73.83% from 255 or 31.28% from 601); Max value from RGB is 232 - color contains mainly: green. Hex color #B5E8BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E8BC is #4A1743. Grayscale: #D3D3D3. Windows color (decimal): -4855620 or 12380341. OLE color: 12380341.

HSL color Cylindrical-coordinate representation of color #B5E8BC: hue angle of 128.24º degrees, saturation: 0.53, 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 #B5E8BC is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB181232188-
CMYK0.2200.190.09
HSL128.24º52.58%80.98%-
HSV(B)128.24º21.98%90.98%-
XYZ56.9971.1758.31-
YUV211.74114.6106.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.12%
GREEN value IS 232 (91.02% from 255) = 38.60%
BLUE value IS 188 (73.83% from 255) = 31.28%
R=30.12%
G=38.60%
B=31.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1812321880.2200.190.09128.2452.5880.98
HexB5E8BC160139803551
Octal265350274260231120065121
Binary101101011110100010111100101100100111001100000001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E8BC; }

 p { color: rgb(181,232,188); }

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

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

 a { background-color: rgb(181,232,188); }

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

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

 span { border-color: rgb(181,232,188); }

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