Html Css Color HEX #BCADB3 Lily

📋 copy color: '#BCADB3'

red 188 ◦ green 173 ◦ blue 179

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

Shades of Lily #BCADB3

Tints of Lily #BCADB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 33.15%

R = 34.81%
G = 32.04%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BCADB3 (or 0xBCADB3) is known color: Lily. HEX triplet: BC, AD and B3. RGB value is (188,173,179). Sum of RGB (Red+Green+Blue) = 188+173+179=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 173 (67.97% from 255 or 32.04% from 540); Blue value is 179 (70.31% from 255 or 33.15% from 540); Max value from RGB is 188 - color contains mainly: red. Hex color #BCADB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCADB3 is #43524C. Grayscale: #B2B2B2. Windows color (decimal): -4411981 or 11775420. OLE color: 11775420.

HSL color Cylindrical-coordinate representation of color #BCADB3: hue angle of 336º 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 #BCADB3 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 173 179 -
CMYK 0 0.08 0.05 0.26
HSL 336º 0.1% 0.71% -
HSV(B) 336º 0.08% 0.74% -
XYZ 43.82 43.83 48.8 -
YUV 178.17 128.47 135.01 -
System Red Green Blue C M Y K H S L
Decimal 188 173 179 0 0.08 0.05 0.26 336 0.1 0.71
Hex BC AD B3 0 8 5 1A 150 A 47
Octal 274 255 263 0 10 5 32 520 12 107
Binary 10111100 10101101 10110011 0 1000 101 11010 101010000 1010 1000111

Color Harmonies of #BCADB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCADB3

Black with #BCADB3

Text Example


Text Example

White with #BCADB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCADB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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