Html Css Color HEX #BCA1CE Perfume

📋 copy color: '#BCA1CE'

red 188 ◦ green 161 ◦ blue 206

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

Shades of Perfume #BCA1CE

Tints of Perfume #BCA1CE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.01%

 BLUE value IS 206 (80.86% from 255) = 37.12%

R = 33.87%
G = 29.01%
B = 37.12%

CMYK

 C value IS 0.09

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BCA1CE (or 0xBCA1CE) is known color: Perfume. HEX triplet: BC, A1 and CE. RGB value is (188,161,206). Sum of RGB (Red+Green+Blue) = 188+161+206=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 161 (63.28% from 255 or 29.01% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 206 - color contains mainly: blue. Hex color #BCA1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA1CE is #435E31. Grayscale: #AEAEAE. Windows color (decimal): -4415026 or 13541820. OLE color: 13541820.

HSL color Cylindrical-coordinate representation of color #BCA1CE: hue angle of 276º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCA1CE is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 161 206 -
CMYK 0.09 0.22 0 0.19
HSL 276º 0.31% 0.72% -
HSV(B) 276º 0.22% 0.81% -
XYZ 44.62 40.64 63.88 -
YUV 174.2 145.95 137.84 -
System Red Green Blue C M Y K H S L
Decimal 188 161 206 0.09 0.22 0 0.19 276 0.31 0.72
Hex BC A1 CE 9 16 0 13 114 1F 48
Octal 274 241 316 11 26 0 23 424 37 110
Binary 10111100 10100001 11001110 1001 10110 0 10011 100010100 11111 1001000

Color Harmonies of #BCA1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA1CE

Black with #BCA1CE

Text Example


Text Example

White with #BCA1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA1CE; }

 p { color: rgb(188,161,206); }

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

background-color css

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

 a { background-color: rgb(188,161,206); }

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

border-color css

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

 span { border-color: rgb(188,161,206); }

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