Html Css Color HEX #BCABCA Perfume

📋 copy color: '#BCABCA'

red 188 ◦ green 171 ◦ blue 202

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

Shades of Perfume #BCABCA

Tints of Perfume #BCABCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.01%

R = 33.51%
G = 30.48%
B = 36.01%

CMYK

 C value IS 0.07

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BCABCA (or 0xBCABCA) is known color: Perfume. HEX triplet: BC, AB and CA. RGB value is (188,171,202). Sum of RGB (Red+Green+Blue) = 188+171+202=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 202 - color contains mainly: blue. Hex color #BCABCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABCA is #435435. Grayscale: #B3B3B3. Windows color (decimal): -4412470 or 13282236. OLE color: 13282236.

HSL color Cylindrical-coordinate representation of color #BCABCA: hue angle of 272.9º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCABCA is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 171 202 -
CMYK 0.07 0.15 0 0.21
HSL 272.9º 0.23% 0.73% -
HSV(B) 272.9º 0.15% 0.79% -
XYZ 45.96 44.08 61.96 -
YUV 179.62 140.63 133.98 -
System Red Green Blue C M Y K H S L
Decimal 188 171 202 0.07 0.15 0 0.21 272.9 0.23 0.73
Hex BC AB CA 7 F 0 15 111 17 49
Octal 274 253 312 7 17 0 25 421 27 111
Binary 10111100 10101011 11001010 111 1111 0 10101 100010001 10111 1001001

Color Harmonies of #BCABCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCABCA

Black with #BCABCA

Text Example


Text Example

White with #BCABCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCABCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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