Html Css Color HEX #BB90EE Perfume

📋 copy color: '#BB90EE'

red 187 ◦ green 144 ◦ blue 238

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

Shades of Perfume #BB90EE

Tints of Perfume #BB90EE

RGB

 RED value IS 187 (73.44% from 255) = 32.86%

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

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

R = 32.86%
G = 25.31%
B = 41.83%

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

#BB90EE (or 0xBB90EE) is known color: Perfume. HEX triplet: BB, 90 and EE. RGB value is (187,144,238). Sum of RGB (Red+Green+Blue) = 187+144+238=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 144 (56.64% from 255 or 25.31% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB90EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB90EE is #446F11. Grayscale: #A7A7A7. Windows color (decimal): -4484882 or 15634619. OLE color: 15634619.

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

Color convert

RGB 187 144 238 -
CMYK 0.21 0.39 0 0.07
HSL 267.45º 0.73% 0.75% -
HSV(B) 267.45º 0.39% 0.93% -
XYZ 45.9 36.68 85.55 -
YUV 167.57 167.75 141.86 -
System Red Green Blue C M Y K H S L
Decimal 187 144 238 0.21 0.39 0 0.07 267.45 0.73 0.75
Hex BB 90 EE 15 27 0 7 10B 49 4B
Octal 273 220 356 25 47 0 7 413 111 113
Binary 10111011 10010000 11101110 10101 100111 0 111 100001011 1001001 1001011

Color Harmonies of #BB90EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB90EE

Black with #BB90EE

Text Example


Text Example

White with #BB90EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB90EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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