#B5DCC1

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

Shades of Fringy Flower #B5DCC1

Tints of Fringy Flower #B5DCC1

Color information

#B5DCC1 (or 0xB5DCC1) is unknown color: approx Fringy Flower. HEX triplet: B5, DC and C1. RGB value is (181,220,193). Sum of RGB (Red+Green+Blue) = 181+220+193=594 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.47% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 193 (75.78% from 255 or 32.49% from 594); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DCC1 is #4A233E. Grayscale: #CDCDCD. Windows color (decimal): -4858687 or 12704949. OLE color: 12704949.

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

Color convert

RGB181220193-
CMYK0.1800.120.14
HSL138.46º35.78%78.63%-
HSV(B)138.46º17.73%86.27%-
XYZ54.2764.8660.11-
YUV205.26121.08110.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.47%
GREEN value IS 220 (86.33% from 255) = 37.04%
BLUE value IS 193 (75.78% from 255) = 32.49%
R=30.47%
G=37.04%
B=32.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1812201930.1800.120.14138.4635.7878.63
HexB5DCC1120CE8a244f
Octal265334301220141621244117
Binary10110101110111001100000110010011001110100010101001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DCC1; }

 p { color: rgb(181,220,193); }

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

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

 a { background-color: rgb(181,220,193); }

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

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

 span { border-color: rgb(181,220,193); }

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