#B5E4C5

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

Shades of Fringy Flower #B5E4C5

Tints of Fringy Flower #B5E4C5

Color information

#B5E4C5 (or 0xB5E4C5) is unknown color: approx Fringy Flower. HEX triplet: B5, E4 and C5. RGB value is (181,228,197). Sum of RGB (Red+Green+Blue) = 181+228+197=606 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.87% from 606); Green value is 228 (89.45% from 255 or 37.62% from 606); Blue value is 197 (77.34% from 255 or 32.51% from 606); Max value from RGB is 228 - color contains mainly: green. Hex color #B5E4C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5E4C5 is #4A1B3A. Grayscale: #D2D2D2. Windows color (decimal): -4856635 or 12969141. OLE color: 12969141.

HSL color Cylindrical-coordinate representation of color #B5E4C5: hue angle of 140.43º degrees, saturation: 0.47, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5E4C5 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB181228197-
CMYK0.2100.140.11
HSL140.43º46.53%80.2%-
HSV(B)140.43º20.61%89.41%-
XYZ56.8869.3463.21-
YUV210.41120.43107.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.87%
GREEN value IS 228 (89.45% from 255) = 37.62%
BLUE value IS 197 (77.34% from 255) = 32.51%
R=29.87%
G=37.62%
B=32.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1812281970.2100.140.11140.4346.5380.2
HexB5E4C5150EB8c2f50
Octal265344305250161321457120
Binary10110101111001001100010110101011101011100011001011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E4C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E4C5; }

 p { color: rgb(181,228,197); }

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

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

 a { background-color: rgb(181,228,197); }

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

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

 span { border-color: rgb(181,228,197); }

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