Html Css Color HEX #BCA6B8 Lily

📋 copy color: '#BCA6B8'

red 188 ◦ green 166 ◦ blue 184

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

Shades of Lily #BCA6B8

Tints of Lily #BCA6B8

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.86%

 BLUE value IS 184 (72.27% from 255) = 34.2%

R = 34.94%
G = 30.86%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BCA6B8 (or 0xBCA6B8) is known color: Lily. HEX triplet: BC, A6 and B8. RGB value is (188,166,184). Sum of RGB (Red+Green+Blue) = 188+166+184=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 166 (65.23% from 255 or 30.86% from 538); Blue value is 184 (72.27% from 255 or 34.20% from 538); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA6B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA6B8 is #435947. Grayscale: #AEAEAE. Windows color (decimal): -4413768 or 12101308. OLE color: 12101308.

HSL color Cylindrical-coordinate representation of color #BCA6B8: hue angle of 310.91º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCA6B8 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 166 184 -
CMYK 0 0.12 0.02 0.26
HSL 310.91º 0.14% 0.69% -
HSV(B) 310.91º 0.12% 0.74% -
XYZ 43.03 41.42 51.08 -
YUV 174.63 133.29 137.54 -
System Red Green Blue C M Y K H S L
Decimal 188 166 184 0 0.12 0.02 0.26 310.91 0.14 0.69
Hex BC A6 B8 0 C 2 1A 137 E 45
Octal 274 246 270 0 14 2 32 467 16 105
Binary 10111100 10100110 10111000 0 1100 10 11010 100110111 1110 1000101

Color Harmonies of #BCA6B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA6B8

Black with #BCA6B8

Text Example


Text Example

White with #BCA6B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA6B8; }

 p { color: rgb(188,166,184); }

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

background-color css

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

 a { background-color: rgb(188,166,184); }

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

border-color css

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

 span { border-color: rgb(188,166,184); }

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