Html Css Color HEX #BC90EB Perfume

📋 copy color: '#BC90EB'

red 188 ◦ green 144 ◦ blue 235

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

Shades of Perfume #BC90EB

Tints of Perfume #BC90EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.45%

R = 33.16%
G = 25.4%
B = 41.45%

CMYK

 C value IS 0.2

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC90EB (or 0xBC90EB) is known color: Perfume. HEX triplet: BC, 90 and EB. RGB value is (188,144,235). Sum of RGB (Red+Green+Blue) = 188+144+235=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 144 (56.64% from 255 or 25.40% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC90EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC90EB is #436F14. Grayscale: #A7A7A7. Windows color (decimal): -4419349 or 15438012. OLE color: 15438012.

HSL color Cylindrical-coordinate representation of color #BC90EB: hue angle of 269.01º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC90EB is Cyan = 0.2, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 144 235 -
CMYK 0.2 0.39 0 0.08
HSL 269.01º 0.69% 0.74% -
HSV(B) 269.01º 0.39% 0.92% -
XYZ 45.71 36.64 83.26 -
YUV 167.53 166.08 142.6 -
System Red Green Blue C M Y K H S L
Decimal 188 144 235 0.2 0.39 0 0.08 269.01 0.69 0.74
Hex BC 90 EB 14 27 0 8 10D 45 4A
Octal 274 220 353 24 47 0 10 415 105 112
Binary 10111100 10010000 11101011 10100 100111 0 1000 100001101 1000101 1001010

Color Harmonies of #BC90EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC90EB

Black with #BC90EB

Text Example


Text Example

White with #BC90EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC90EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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