#B5EEC3

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

Shades of Fringy Flower #B5EEC3

Tints of Fringy Flower #B5EEC3

Color information

#B5EEC3 (or 0xB5EEC3) is unknown color: approx Fringy Flower. HEX triplet: B5, EE and C3. RGB value is (181,238,195). Sum of RGB (Red+Green+Blue) = 181+238+195=614 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.48% from 614); Green value is 238 (93.36% from 255 or 38.76% from 614); Blue value is 195 (76.56% from 255 or 31.76% from 614); Max value from RGB is 238 - color contains mainly: green. Hex color #B5EEC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EEC3 is #4A113C. Grayscale: #D8D8D8. Windows color (decimal): -4854077 or 12840629. OLE color: 12840629.

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

Color convert

RGB181238195-
CMYK0.2400.180.07
HSL134.74º62.64%82.16%-
HSV(B)134.74º23.95%93.33%-
XYZ59.4874.9162.95-
YUV216.05116.12103-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.48%
GREEN value IS 238 (93.36% from 255) = 38.76%
BLUE value IS 195 (76.56% from 255) = 31.76%
R=29.48%
G=38.76%
B=31.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1812381950.2400.180.07134.7462.6482.16
HexB5EEC3180127873f52
Octal26535630330022720777122
Binary10110101111011101100001111000010010111100001111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EEC3; }

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

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

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

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

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

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

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

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