Html Css Color HEX #BC90EA Perfume

📋 copy color: '#BC90EA'

red 188 ◦ green 144 ◦ blue 234

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

Shades of Perfume #BC90EA

Tints of Perfume #BC90EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.34%

R = 33.22%
G = 25.44%
B = 41.34%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC90EA (or 0xBC90EA) is known color: Perfume. HEX triplet: BC, 90 and EA. RGB value is (188,144,234). Sum of RGB (Red+Green+Blue) = 188+144+234=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 144 (56.64% from 255 or 25.44% from 566); Blue value is 234 (91.80% from 255 or 41.34% from 566); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC90EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC90EA is #436F15. Grayscale: #A7A7A7. Windows color (decimal): -4419350 or 15372476. OLE color: 15372476.

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

Color convert

RGB 188 144 234 -
CMYK 0.20 0.38 0 0.08
HSL 269.33º 0.68% 0.74% -
HSV(B) 269.33º 0.38% 0.92% -
XYZ 45.56 36.58 82.5 -
YUV 167.42 165.58 142.68 -
System Red Green Blue C M Y K H S L
Decimal 188 144 234 0.20 0.38 0 0.08 269.33 0.68 0.74
Hex BC 90 EA 14 26 0 8 10D 44 4A
Octal 274 220 352 24 46 0 10 415 104 112
Binary 10111100 10010000 11101010 10100 100110 0 1000 100001101 1000100 1001010

Color Harmonies of #BC90EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC90EA

Black with #BC90EA

Text Example


Text Example

White with #BC90EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC90EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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