Html Css Color HEX #BCADB4 Lily

📋 copy color: '#BCADB4'

red 188 ◦ green 173 ◦ blue 180

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

Shades of Lily #BCADB4

Tints of Lily #BCADB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.27%

R = 34.75%
G = 31.98%
B = 33.27%

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

#BCADB4 (or 0xBCADB4) is known color: Lily. HEX triplet: BC, AD and B4. RGB value is (188,173,180). Sum of RGB (Red+Green+Blue) = 188+173+180=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 180 (70.70% from 255 or 33.27% from 541); Max value from RGB is 188 - color contains mainly: red. Hex color #BCADB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCADB4 is #43524B. Grayscale: #B2B2B2. Windows color (decimal): -4411980 or 11840956. OLE color: 11840956.

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

Color convert

RGB 188 173 180 -
CMYK 0 0.08 0.04 0.26
HSL 332º 0.1% 0.71% -
HSV(B) 332º 0.08% 0.74% -
XYZ 43.92 43.87 49.33 -
YUV 178.28 128.97 134.93 -
System Red Green Blue C M Y K H S L
Decimal 188 173 180 0 0.08 0.04 0.26 332 0.1 0.71
Hex BC AD B4 0 8 4 1A 14C A 47
Octal 274 255 264 0 10 4 32 514 12 107
Binary 10111100 10101101 10110100 0 1000 100 11010 101001100 1010 1000111

Color Harmonies of #BCADB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCADB4

Black with #BCADB4

Text Example


Text Example

White with #BCADB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCADB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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