#B5DEC3

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

Shades of Fringy Flower #B5DEC3

Tints of Fringy Flower #B5DEC3

Color information

#B5DEC3 (or 0xB5DEC3) is unknown color: approx Fringy Flower. HEX triplet: B5, DE and C3. RGB value is (181,222,195). Sum of RGB (Red+Green+Blue) = 181+222+195=598 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.27% from 598); Green value is 222 (87.11% from 255 or 37.12% from 598); Blue value is 195 (76.56% from 255 or 32.61% from 598); Max value from RGB is 222 - color contains mainly: green. Hex color #B5DEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DEC3 is #4A213C. Grayscale: #CECECE. Windows color (decimal): -4858173 or 12836533. OLE color: 12836533.

HSL color Cylindrical-coordinate representation of color #B5DEC3: hue angle of 140.49º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5DEC3 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB181222195-
CMYK0.1800.120.13
HSL140.49º38.32%79.02%-
HSV(B)140.49º18.47%87.06%-
XYZ55.0366.0161.47-
YUV206.66121.42109.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.27%
GREEN value IS 222 (87.11% from 255) = 37.12%
BLUE value IS 195 (76.56% from 255) = 32.61%
R=30.27%
G=37.12%
B=32.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1812221950.1800.120.13140.4938.3279.02
HexB5DEC3120CD8c264f
Octal265336303220141521446117
Binary10110101110111101100001110010011001101100011001001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DEC3; }

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

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

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

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

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

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

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

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