Html Css Color HEX #BCA2B8 Lily

📋 copy color: '#BCA2B8'

red 188 ◦ green 162 ◦ blue 184

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

Shades of Lily #BCA2B8

Tints of Lily #BCA2B8

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.34%

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

R = 35.21%
G = 30.34%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BCA2B8 (or 0xBCA2B8) is known color: Lily. HEX triplet: BC, A2 and B8. RGB value is (188,162,184). Sum of RGB (Red+Green+Blue) = 188+162+184=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 162 (63.67% from 255 or 30.34% from 534); Blue value is 184 (72.27% from 255 or 34.46% from 534); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA2B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA2B8 is #435D47. Grayscale: #ACACAC. Windows color (decimal): -4414792 or 12100284. OLE color: 12100284.

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

Color convert

RGB 188 162 184 -
CMYK 0 0.14 0.02 0.26
HSL 309.23º 0.16% 0.69% -
HSV(B) 309.23º 0.14% 0.74% -
XYZ 42.31 39.99 50.84 -
YUV 172.28 134.61 139.21 -
System Red Green Blue C M Y K H S L
Decimal 188 162 184 0 0.14 0.02 0.26 309.23 0.16 0.69
Hex BC A2 B8 0 E 2 1A 135 10 45
Octal 274 242 270 0 16 2 32 465 20 105
Binary 10111100 10100010 10111000 0 1110 10 11010 100110101 10000 1000101

Color Harmonies of #BCA2B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA2B8

Black with #BCA2B8

Text Example


Text Example

White with #BCA2B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA2B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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