Html Css Color HEX #BC9BFD Perfume

📋 copy color: '#BC9BFD'

red 188 ◦ green 155 ◦ blue 253

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

Shades of Perfume #BC9BFD

Tints of Perfume #BC9BFD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.01%

 BLUE value IS 253 (99.22% from 255) = 42.45%

R = 31.54%
G = 26.01%
B = 42.45%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC9BFD (or 0xBC9BFD) is known color: Perfume. HEX triplet: BC, 9B and FD. RGB value is (188,155,253). Sum of RGB (Red+Green+Blue) = 188+155+253=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 155 (60.94% from 255 or 26.01% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC9BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9BFD is #436402. Grayscale: #AFAFAF. Windows color (decimal): -4416515 or 16620476. OLE color: 16620476.

HSL color Cylindrical-coordinate representation of color #BC9BFD: hue angle of 260.2º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC9BFD is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 155 253 -
CMYK 0.26 0.39 0 0.01
HSL 260.2º 0.96% 0.8% -
HSV(B) 260.2º 0.39% 0.99% -
XYZ 50.19 41.23 98.24 -
YUV 176.04 171.43 136.53 -
System Red Green Blue C M Y K H S L
Decimal 188 155 253 0.26 0.39 0 0.01 260.2 0.96 0.8
Hex BC 9B FD 1A 27 0 1 104 60 50
Octal 274 233 375 32 47 0 1 404 140 120
Binary 10111100 10011011 11111101 11010 100111 0 1 100000100 1100000 1010000

Color Harmonies of #BC9BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9BFD

Black with #BC9BFD

Text Example


Text Example

White with #BC9BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9BFD; }

 p { color: rgb(188,155,253); }

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

background-color css

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

 a { background-color: rgb(188,155,253); }

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

border-color css

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

 span { border-color: rgb(188,155,253); }

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