Html Css Color HEX #BC90ED Perfume

📋 copy color: '#BC90ED'

red 188 ◦ green 144 ◦ blue 237

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

Shades of Perfume #BC90ED

Tints of Perfume #BC90ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.65%

R = 33.04%
G = 25.31%
B = 41.65%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC90ED (or 0xBC90ED) is known color: Perfume. HEX triplet: BC, 90 and ED. RGB value is (188,144,237). Sum of RGB (Red+Green+Blue) = 188+144+237=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 144 (56.64% from 255 or 25.31% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC90ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC90ED is #436F12. Grayscale: #A7A7A7. Windows color (decimal): -4419347 or 15569084. OLE color: 15569084.

HSL color Cylindrical-coordinate representation of color #BC90ED: hue angle of 268.39º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC90ED is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 144 237 -
CMYK 0.21 0.39 0 0.07
HSL 268.39º 0.72% 0.75% -
HSV(B) 268.39º 0.39% 0.93% -
XYZ 46 36.75 84.79 -
YUV 167.76 167.08 142.44 -
System Red Green Blue C M Y K H S L
Decimal 188 144 237 0.21 0.39 0 0.07 268.39 0.72 0.75
Hex BC 90 ED 15 27 0 7 10C 48 4B
Octal 274 220 355 25 47 0 7 414 110 113
Binary 10111100 10010000 11101101 10101 100111 0 111 100001100 1001000 1001011

Color Harmonies of #BC90ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC90ED

Black with #BC90ED

Text Example


Text Example

White with #BC90ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC90ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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