Html Css Color HEX #BCABCD Perfume

📋 copy color: '#BCABCD'

red 188 ◦ green 171 ◦ blue 205

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

Shades of Perfume #BCABCD

Tints of Perfume #BCABCD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.32%

 BLUE value IS 205 (80.47% from 255) = 36.35%

R = 33.33%
G = 30.32%
B = 36.35%

CMYK

 C value IS 0.08

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BCABCD (or 0xBCABCD) is known color: Perfume. HEX triplet: BC, AB and CD. RGB value is (188,171,205). Sum of RGB (Red+Green+Blue) = 188+171+205=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 205 - color contains mainly: blue. Hex color #BCABCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABCD is #435432. Grayscale: #B3B3B3. Windows color (decimal): -4412467 or 13478844. OLE color: 13478844.

HSL color Cylindrical-coordinate representation of color #BCABCD: hue angle of 270º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCABCD is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 171 205 -
CMYK 0.08 0.17 0 0.20
HSL 270º 0.25% 0.74% -
HSV(B) 270º 0.17% 0.8% -
XYZ 46.32 44.22 63.85 -
YUV 179.96 142.13 133.74 -
System Red Green Blue C M Y K H S L
Decimal 188 171 205 0.08 0.17 0 0.20 270 0.25 0.74
Hex BC AB CD 8 11 0 14 10E 19 4A
Octal 274 253 315 10 21 0 24 416 31 112
Binary 10111100 10101011 11001101 1000 10001 0 10100 100001110 11001 1001010

Color Harmonies of #BCABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCABCD

Black with #BCABCD

Text Example


Text Example

White with #BCABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCABCD; }

 p { color: rgb(188,171,205); }

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

background-color css

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

 a { background-color: rgb(188,171,205); }

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

border-color css

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

 span { border-color: rgb(188,171,205); }

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