Html Css Color HEX #BC9AFB Perfume

📋 copy color: '#BC9AFB'

red 188 ◦ green 154 ◦ blue 251

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

Shades of Perfume #BC9AFB

Tints of Perfume #BC9AFB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.97%

 BLUE value IS 251 (98.44% from 255) = 42.33%

R = 31.7%
G = 25.97%
B = 42.33%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC9AFB (or 0xBC9AFB) is known color: Perfume. HEX triplet: BC, 9A and FB. RGB value is (188,154,251). Sum of RGB (Red+Green+Blue) = 188+154+251=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 154 (60.55% from 255 or 25.97% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC9AFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9AFB is #436504. Grayscale: #AEAEAE. Windows color (decimal): -4416773 or 16489148. OLE color: 16489148.

HSL color Cylindrical-coordinate representation of color #BC9AFB: hue angle of 261.03º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC9AFB is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 154 251 -
CMYK 0.25 0.39 0 0.02
HSL 261.03º 0.92% 0.79% -
HSV(B) 261.03º 0.39% 0.98% -
XYZ 49.71 40.77 96.52 -
YUV 175.22 170.76 137.11 -
System Red Green Blue C M Y K H S L
Decimal 188 154 251 0.25 0.39 0 0.02 261.03 0.92 0.79
Hex BC 9A FB 19 27 0 2 105 5C 4F
Octal 274 232 373 31 47 0 2 405 134 117
Binary 10111100 10011010 11111011 11001 100111 0 10 100000101 1011100 1001111

Color Harmonies of #BC9AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9AFB

Black with #BC9AFB

Text Example


Text Example

White with #BC9AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9AFB; }

 p { color: rgb(188,154,251); }

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

background-color css

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

 a { background-color: rgb(188,154,251); }

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

border-color css

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

 span { border-color: rgb(188,154,251); }

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