Html Css Color HEX #BC9FDA Perfume

📋 copy color: '#BC9FDA'

red 188 ◦ green 159 ◦ blue 218

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

Shades of Perfume #BC9FDA

Tints of Perfume #BC9FDA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.14%

 BLUE value IS 218 (85.55% from 255) = 38.58%

R = 33.27%
G = 28.14%
B = 38.58%

CMYK

 C value IS 0.14

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC9FDA (or 0xBC9FDA) is known color: Perfume. HEX triplet: BC, 9F and DA. RGB value is (188,159,218). Sum of RGB (Red+Green+Blue) = 188+159+218=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 159 (62.5% from 255 or 28.14% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC9FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9FDA is #436025. Grayscale: #AEAEAE. Windows color (decimal): -4415526 or 14327740. OLE color: 14327740.

HSL color Cylindrical-coordinate representation of color #BC9FDA: hue angle of 269.49º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BC9FDA is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 159 218 -
CMYK 0.14 0.27 0 0.15
HSL 269.49º 0.44% 0.74% -
HSV(B) 269.49º 0.27% 0.85% -
XYZ 45.79 40.55 71.74 -
YUV 174.4 152.61 137.7 -
System Red Green Blue C M Y K H S L
Decimal 188 159 218 0.14 0.27 0 0.15 269.49 0.44 0.74
Hex BC 9F DA E 1B 0 F 10D 2C 4A
Octal 274 237 332 16 33 0 17 415 54 112
Binary 10111100 10011111 11011010 1110 11011 0 1111 100001101 101100 1001010

Color Harmonies of #BC9FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9FDA

Black with #BC9FDA

Text Example


Text Example

White with #BC9FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9FDA; }

 p { color: rgb(188,159,218); }

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

background-color css

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

 a { background-color: rgb(188,159,218); }

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

border-color css

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

 span { border-color: rgb(188,159,218); }

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