Html Css Color HEX #BCADB5 Lily

📋 copy color: '#BCADB5'

red 188 ◦ green 173 ◦ blue 181

#BCADB5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lily #BCADB5

Tints of Lily #BCADB5

RGB

 RED value IS 188 (73.83% from 255) = 34.69%

 GREEN value IS 173 (67.97% from 255) = 31.92%

 BLUE value IS 181 (71.09% from 255) = 33.39%

R = 34.69%
G = 31.92%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BCADB5 (or 0xBCADB5) is known color: Lily. HEX triplet: BC, AD and B5. RGB value is (188,173,181). Sum of RGB (Red+Green+Blue) = 188+173+181=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 173 (67.97% from 255 or 31.92% from 542); Blue value is 181 (71.09% from 255 or 33.39% from 542); Max value from RGB is 188 - color contains mainly: red. Hex color #BCADB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCADB5 is #43524A. Grayscale: #B2B2B2. Windows color (decimal): -4411979 or 11906492. OLE color: 11906492.

HSL color Cylindrical-coordinate representation of color #BCADB5: hue angle of 328º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCADB5 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 173 181 -
CMYK 0 0.08 0.04 0.26
HSL 328º 0.1% 0.71% -
HSV(B) 328º 0.08% 0.74% -
XYZ 44.02 43.91 49.87 -
YUV 178.4 129.47 134.85 -
System Red Green Blue C M Y K H S L
Decimal 188 173 181 0 0.08 0.04 0.26 328 0.1 0.71
Hex BC AD B5 0 8 4 1A 148 A 47
Octal 274 255 265 0 10 4 32 510 12 107
Binary 10111100 10101101 10110101 0 1000 100 11010 101001000 1010 1000111

Color Harmonies of #BCADB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCADB5

Black with #BCADB5

Text Example


Text Example

White with #BCADB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCADB5; }

 p { color: rgb(188,173,181); }

 H1.HeaderClassName
 {
   color: #BCADB5;
 }
 .AnyTagClassName
 {
   color: #BCADB5;
 }
</style>

background-color css

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

 a { background-color: rgb(188,173,181); }

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

border-color css

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

 span { border-color: rgb(188,173,181); }

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