Html Css Color HEX #BC90FA Perfume

📋 copy color: '#BC90FA'

red 188 ◦ green 144 ◦ blue 250

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

Shades of Perfume #BC90FA

Tints of Perfume #BC90FA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 24.74%

 BLUE value IS 250 (98.05% from 255) = 42.96%

R = 32.3%
G = 24.74%
B = 42.96%

CMYK

 C value IS 0.25

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC90FA (or 0xBC90FA) is known color: Perfume. HEX triplet: BC, 90 and FA. RGB value is (188,144,250). Sum of RGB (Red+Green+Blue) = 188+144+250=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 144 (56.64% from 255 or 24.74% from 582); Blue value is 250 (98.05% from 255 or 42.96% from 582); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC90FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC90FA is #436F05. Grayscale: #A8A8A8. Windows color (decimal): -4419334 or 16421052. OLE color: 16421052.

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

Color convert

RGB 188 144 250 -
CMYK 0.25 0.42 0 0.02
HSL 264.91º 0.91% 0.77% -
HSV(B) 264.91º 0.42% 0.98% -
XYZ 47.97 37.54 95.16 -
YUV 169.24 173.58 141.38 -
System Red Green Blue C M Y K H S L
Decimal 188 144 250 0.25 0.42 0 0.02 264.91 0.91 0.77
Hex BC 90 FA 19 2A 0 2 109 5B 4D
Octal 274 220 372 31 52 0 2 411 133 115
Binary 10111100 10010000 11111010 11001 101010 0 10 100001001 1011011 1001101

Color Harmonies of #BC90FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC90FA

Black with #BC90FA

Text Example


Text Example

White with #BC90FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC90FA; }

 p { color: rgb(188,144,250); }

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

background-color css

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

 a { background-color: rgb(188,144,250); }

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

border-color css

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

 span { border-color: rgb(188,144,250); }

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