Html Css Color HEX #BC90EE Perfume

📋 copy color: '#BC90EE'

red 188 ◦ green 144 ◦ blue 238

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

Shades of Perfume #BC90EE

Tints of Perfume #BC90EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.75%

R = 32.98%
G = 25.26%
B = 41.75%

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

#BC90EE (or 0xBC90EE) is known color: Perfume. HEX triplet: BC, 90 and EE. RGB value is (188,144,238). Sum of RGB (Red+Green+Blue) = 188+144+238=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 144 (56.64% from 255 or 25.26% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC90EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC90EE is #436F11. Grayscale: #A7A7A7. Windows color (decimal): -4419346 or 15634620. OLE color: 15634620.

HSL color Cylindrical-coordinate representation of color #BC90EE: hue angle of 268.09º degrees, saturation: 0.73, 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 #BC90EE is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 144 238 -
CMYK 0.21 0.39 0 0.07
HSL 268.09º 0.73% 0.75% -
HSV(B) 268.09º 0.39% 0.93% -
XYZ 46.14 36.81 85.56 -
YUV 167.87 167.58 142.36 -
System Red Green Blue C M Y K H S L
Decimal 188 144 238 0.21 0.39 0 0.07 268.09 0.73 0.75
Hex BC 90 EE 15 27 0 7 10C 49 4B
Octal 274 220 356 25 47 0 7 414 111 113
Binary 10111100 10010000 11101110 10101 100111 0 111 100001100 1001001 1001011

Color Harmonies of #BC90EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC90EE

Black with #BC90EE

Text Example


Text Example

White with #BC90EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC90EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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