Html Css Color HEX #BC9EDF Perfume

📋 copy color: '#BC9EDF'

red 188 ◦ green 158 ◦ blue 223

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

Shades of Perfume #BC9EDF

Tints of Perfume #BC9EDF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.77%

 BLUE value IS 223 (87.5% from 255) = 39.19%

R = 33.04%
G = 27.77%
B = 39.19%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC9EDF (or 0xBC9EDF) is known color: Perfume. HEX triplet: BC, 9E and DF. RGB value is (188,158,223). Sum of RGB (Red+Green+Blue) = 188+158+223=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 158 (62.11% from 255 or 27.77% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC9EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9EDF is #436120. Grayscale: #AEAEAE. Windows color (decimal): -4415777 or 14655164. OLE color: 14655164.

HSL color Cylindrical-coordinate representation of color #BC9EDF: hue angle of 267.69º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BC9EDF is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 158 223 -
CMYK 0.16 0.29 0 0.13
HSL 267.69º 0.5% 0.75% -
HSV(B) 267.69º 0.29% 0.87% -
XYZ 46.29 40.47 75.18 -
YUV 174.38 155.44 137.71 -
System Red Green Blue C M Y K H S L
Decimal 188 158 223 0.16 0.29 0 0.13 267.69 0.5 0.75
Hex BC 9E DF 10 1D 0 D 10C 32 4B
Octal 274 236 337 20 35 0 15 414 62 113
Binary 10111100 10011110 11011111 10000 11101 0 1101 100001100 110010 1001011

Color Harmonies of #BC9EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9EDF

Black with #BC9EDF

Text Example


Text Example

White with #BC9EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9EDF; }

 p { color: rgb(188,158,223); }

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

background-color css

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

 a { background-color: rgb(188,158,223); }

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

border-color css

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

 span { border-color: rgb(188,158,223); }

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