Html Css Color HEX #BC90FE Perfume

📋 copy color: '#BC90FE'

red 188 ◦ green 144 ◦ blue 254

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

Shades of Perfume #BC90FE

Tints of Perfume #BC90FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.34%

R = 32.08%
G = 24.57%
B = 43.34%

CMYK

 C value IS 0.26

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BC90FE (or 0xBC90FE) is known color: Perfume. HEX triplet: BC, 90 and FE. RGB value is (188,144,254). Sum of RGB (Red+Green+Blue) = 188+144+254=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 144 (56.64% from 255 or 24.57% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC90FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC90FE is #436F01. Grayscale: #A9A9A9. Windows color (decimal): -4419330 or 16683196. OLE color: 16683196.

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

Color convert

RGB 188 144 254 -
CMYK 0.26 0.43 0 0.00
HSL 264º 0.98% 0.78% -
HSV(B) 264º 0.43% 1% -
XYZ 48.6 37.79 98.5 -
YUV 169.7 175.58 141.06 -
System Red Green Blue C M Y K H S L
Decimal 188 144 254 0.26 0.43 0 0.00 264 0.98 0.78
Hex BC 90 FE 1A 2B 0 0 108 62 4E
Octal 274 220 376 32 53 0 0 410 142 116
Binary 10111100 10010000 11111110 11010 101011 0 0 100001000 1100010 1001110

Color Harmonies of #BC90FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC90FE

Black with #BC90FE

Text Example


Text Example

White with #BC90FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC90FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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