Html Css Color HEX #BCA5D2 Perfume

📋 copy color: '#BCA5D2'

red 188 ◦ green 165 ◦ blue 210

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

Shades of Perfume #BCA5D2

Tints of Perfume #BCA5D2

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.31%

 BLUE value IS 210 (82.42% from 255) = 37.3%

R = 33.39%
G = 29.31%
B = 37.3%

CMYK

 C value IS 0.10

 M value IS 0.21

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BCA5D2 (or 0xBCA5D2) is known color: Perfume. HEX triplet: BC, A5 and D2. RGB value is (188,165,210). Sum of RGB (Red+Green+Blue) = 188+165+210=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 165 (64.84% from 255 or 29.31% from 563); Blue value is 210 (82.42% from 255 or 37.30% from 563); Max value from RGB is 210 - color contains mainly: blue. Hex color #BCA5D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA5D2 is #435A2D. Grayscale: #B0B0B0. Windows color (decimal): -4413998 or 13804988. OLE color: 13804988.

HSL color Cylindrical-coordinate representation of color #BCA5D2: hue angle of 270.67º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCA5D2 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 165 210 -
CMYK 0.10 0.21 0 0.18
HSL 270.67º 0.33% 0.74% -
HSV(B) 270.67º 0.21% 0.82% -
XYZ 45.83 42.25 66.71 -
YUV 177.01 146.62 135.84 -
System Red Green Blue C M Y K H S L
Decimal 188 165 210 0.10 0.21 0 0.18 270.67 0.33 0.74
Hex BC A5 D2 A 15 0 12 10F 21 4A
Octal 274 245 322 12 25 0 22 417 41 112
Binary 10111100 10100101 11010010 1010 10101 0 10010 100001111 100001 1001010

Color Harmonies of #BCA5D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA5D2

Black with #BCA5D2

Text Example


Text Example

White with #BCA5D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA5D2; }

 p { color: rgb(188,165,210); }

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

background-color css

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

 a { background-color: rgb(188,165,210); }

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

border-color css

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

 span { border-color: rgb(188,165,210); }

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