Html Css Color HEX #BCA2DB Perfume

📋 copy color: '#BCA2DB'

red 188 ◦ green 162 ◦ blue 219

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

Shades of Perfume #BCA2DB

Tints of Perfume #BCA2DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.49%

R = 33.04%
G = 28.47%
B = 38.49%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BCA2DB (or 0xBCA2DB) is known color: Perfume. HEX triplet: BC, A2 and DB. RGB value is (188,162,219). Sum of RGB (Red+Green+Blue) = 188+162+219=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 162 (63.67% from 255 or 28.47% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCA2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA2DB is #435D24. Grayscale: #B0B0B0. Windows color (decimal): -4414757 or 14394044. OLE color: 14394044.

HSL color Cylindrical-coordinate representation of color #BCA2DB: hue angle of 267.37º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCA2DB is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 162 219 -
CMYK 0.14 0.26 0 0.14
HSL 267.37º 0.44% 0.75% -
HSV(B) 267.37º 0.26% 0.86% -
XYZ 46.45 41.65 72.61 -
YUV 176.27 152.11 136.37 -
System Red Green Blue C M Y K H S L
Decimal 188 162 219 0.14 0.26 0 0.14 267.37 0.44 0.75
Hex BC A2 DB E 1A 0 E 10B 2C 4B
Octal 274 242 333 16 32 0 16 413 54 113
Binary 10111100 10100010 11011011 1110 11010 0 1110 100001011 101100 1001011

Color Harmonies of #BCA2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA2DB

Black with #BCA2DB

Text Example


Text Example

White with #BCA2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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