Html Css Color HEX #BC90FC Perfume

📋 copy color: '#BC90FC'

red 188 ◦ green 144 ◦ blue 252

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

Shades of Perfume #BC90FC

Tints of Perfume #BC90FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.15%

R = 32.19%
G = 24.66%
B = 43.15%

CMYK

 C value IS 0.25

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC90FC (or 0xBC90FC) is known color: Perfume. HEX triplet: BC, 90 and FC. RGB value is (188,144,252). Sum of RGB (Red+Green+Blue) = 188+144+252=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 144 (56.64% from 255 or 24.66% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC90FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC90FC is #436F03. Grayscale: #A9A9A9. Windows color (decimal): -4419332 or 16552124. OLE color: 16552124.

HSL color Cylindrical-coordinate representation of color #BC90FC: hue angle of 264.44º degrees, saturation: 0.95, 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 #BC90FC is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 144 252 -
CMYK 0.25 0.43 0 0.01
HSL 264.44º 0.95% 0.78% -
HSV(B) 264.44º 0.43% 0.99% -
XYZ 48.28 37.67 96.82 -
YUV 169.47 174.58 141.22 -
System Red Green Blue C M Y K H S L
Decimal 188 144 252 0.25 0.43 0 0.01 264.44 0.95 0.78
Hex BC 90 FC 19 2B 0 1 108 5F 4E
Octal 274 220 374 31 53 0 1 410 137 116
Binary 10111100 10010000 11111100 11001 101011 0 1 100001000 1011111 1001110

Color Harmonies of #BC90FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC90FC

Black with #BC90FC

Text Example


Text Example

White with #BC90FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC90FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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