Html Css Color HEX #BC90FD Perfume

📋 copy color: '#BC90FD'

red 188 ◦ green 144 ◦ blue 253

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

Shades of Perfume #BC90FD

Tints of Perfume #BC90FD

RGB

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

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

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

R = 32.14%
G = 24.62%
B = 43.25%

CMYK

 C value IS 0.26

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC90FD (or 0xBC90FD) is known color: Perfume. HEX triplet: BC, 90 and FD. RGB value is (188,144,253). Sum of RGB (Red+Green+Blue) = 188+144+253=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 144 (56.64% from 255 or 24.62% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC90FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC90FD is #436F02. Grayscale: #A9A9A9. Windows color (decimal): -4419331 or 16617660. OLE color: 16617660.

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

Color convert

RGB 188 144 253 -
CMYK 0.26 0.43 0 0.01
HSL 264.22º 0.96% 0.78% -
HSV(B) 264.22º 0.43% 0.99% -
XYZ 48.44 37.73 97.66 -
YUV 169.58 175.08 141.14 -
System Red Green Blue C M Y K H S L
Decimal 188 144 253 0.26 0.43 0 0.01 264.22 0.96 0.78
Hex BC 90 FD 1A 2B 0 1 108 60 4E
Octal 274 220 375 32 53 0 1 410 140 116
Binary 10111100 10010000 11111101 11010 101011 0 1 100001000 1100000 1001110

Color Harmonies of #BC90FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC90FD

Black with #BC90FD

Text Example


Text Example

White with #BC90FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC90FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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