Html Css Color HEX #BB90ED Perfume

📋 copy color: '#BB90ED'

red 187 ◦ green 144 ◦ blue 237

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

Shades of Perfume #BB90ED

Tints of Perfume #BB90ED

RGB

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

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

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

R = 32.92%
G = 25.35%
B = 41.73%

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

#BB90ED (or 0xBB90ED) is known color: Perfume. HEX triplet: BB, 90 and ED. RGB value is (187,144,237). Sum of RGB (Red+Green+Blue) = 187+144+237=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 144 (56.64% from 255 or 25.35% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB90ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB90ED is #446F12. Grayscale: #A7A7A7. Windows color (decimal): -4484883 or 15569083. OLE color: 15569083.

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

Color convert

RGB 187 144 237 -
CMYK 0.21 0.39 0 0.07
HSL 267.74º 0.72% 0.75% -
HSV(B) 267.74º 0.39% 0.93% -
XYZ 45.75 36.63 84.78 -
YUV 167.46 167.25 141.94 -
System Red Green Blue C M Y K H S L
Decimal 187 144 237 0.21 0.39 0 0.07 267.74 0.72 0.75
Hex BB 90 ED 15 27 0 7 10C 48 4B
Octal 273 220 355 25 47 0 7 414 110 113
Binary 10111011 10010000 11101101 10101 100111 0 111 100001100 1001000 1001011

Color Harmonies of #BB90ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB90ED

Black with #BB90ED

Text Example


Text Example

White with #BB90ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB90ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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