#B5DAC1

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

Shades of Fringy Flower #B5DAC1

Tints of Fringy Flower #B5DAC1

Color information

#B5DAC1 (or 0xB5DAC1) is unknown color: approx Fringy Flower. HEX triplet: B5, DA and C1. RGB value is (181,218,193). Sum of RGB (Red+Green+Blue) = 181+218+193=592 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.57% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 193 (75.78% from 255 or 32.60% from 592); Max value from RGB is 218 - color contains mainly: green. Hex color #B5DAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DAC1 is #4A253E. Grayscale: #CCCCCC. Windows color (decimal): -4859199 or 12704437. OLE color: 12704437.

HSL color Cylindrical-coordinate representation of color #B5DAC1: hue angle of 139.46º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5DAC1 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB181218193-
CMYK0.1700.110.15
HSL139.46º33.33%78.24%-
HSV(B)139.46º16.97%85.49%-
XYZ53.7563.8259.94-
YUV204.09121.74111.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.57%
GREEN value IS 218 (85.55% from 255) = 36.82%
BLUE value IS 193 (75.78% from 255) = 32.60%
R=30.57%
G=36.82%
B=32.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1812181930.1700.110.15139.4633.3378.24
HexB5DAC1110BF8b214e
Octal265332301210131721341116
Binary10110101110110101100000110001010111111100010111000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DAC1; }

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

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

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

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

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

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

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

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