Html Css Color HEX #BCA1E7 Perfume

📋 copy color: '#BCA1E7'

red 188 ◦ green 161 ◦ blue 231

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

Shades of Perfume #BCA1E7

Tints of Perfume #BCA1E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 39.83%

R = 32.41%
G = 27.76%
B = 39.83%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BCA1E7 (or 0xBCA1E7) is known color: Perfume. HEX triplet: BC, A1 and E7. RGB value is (188,161,231). Sum of RGB (Red+Green+Blue) = 188+161+231=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 161 (63.28% from 255 or 27.76% from 580); Blue value is 231 (90.62% from 255 or 39.83% from 580); Max value from RGB is 231 - color contains mainly: blue. Hex color #BCA1E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA1E7 is #435E18. Grayscale: #B0B0B0. Windows color (decimal): -4415001 or 15180220. OLE color: 15180220.

HSL color Cylindrical-coordinate representation of color #BCA1E7: hue angle of 263.14º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCA1E7 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 161 231 -
CMYK 0.19 0.30 0 0.09
HSL 263.14º 0.59% 0.77% -
HSV(B) 263.14º 0.3% 0.91% -
XYZ 47.91 41.95 81.17 -
YUV 177.05 158.45 135.81 -
System Red Green Blue C M Y K H S L
Decimal 188 161 231 0.19 0.30 0 0.09 263.14 0.59 0.77
Hex BC A1 E7 13 1E 0 9 107 3B 4D
Octal 274 241 347 23 36 0 11 407 73 115
Binary 10111100 10100001 11100111 10011 11110 0 1001 100000111 111011 1001101

Color Harmonies of #BCA1E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA1E7

Black with #BCA1E7

Text Example


Text Example

White with #BCA1E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA1E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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