Html Css Color HEX #BCA1E4 Perfume

📋 copy color: '#BCA1E4'

red 188 ◦ green 161 ◦ blue 228

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

Shades of Perfume #BCA1E4

Tints of Perfume #BCA1E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 39.51%

R = 32.58%
G = 27.9%
B = 39.51%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BCA1E4 (or 0xBCA1E4) is known color: Perfume. HEX triplet: BC, A1 and E4. RGB value is (188,161,228). Sum of RGB (Red+Green+Blue) = 188+161+228=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 161 (63.28% from 255 or 27.90% from 577); Blue value is 228 (89.45% from 255 or 39.51% from 577); Max value from RGB is 228 - color contains mainly: blue. Hex color #BCA1E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA1E4 is #435E1B. Grayscale: #B0B0B0. Windows color (decimal): -4415004 or 14983612. OLE color: 14983612.

HSL color Cylindrical-coordinate representation of color #BCA1E4: hue angle of 264.18º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCA1E4 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 161 228 -
CMYK 0.18 0.29 0 0.11
HSL 264.18º 0.55% 0.76% -
HSV(B) 264.18º 0.29% 0.89% -
XYZ 47.49 41.78 78.96 -
YUV 176.71 156.95 136.05 -
System Red Green Blue C M Y K H S L
Decimal 188 161 228 0.18 0.29 0 0.11 264.18 0.55 0.76
Hex BC A1 E4 12 1D 0 B 108 37 4C
Octal 274 241 344 22 35 0 13 410 67 114
Binary 10111100 10100001 11100100 10010 11101 0 1011 100001000 110111 1001100

Color Harmonies of #BCA1E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA1E4

Black with #BCA1E4

Text Example


Text Example

White with #BCA1E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA1E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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