Html Css Color HEX #BB9EEB Perfume

📋 copy color: '#BB9EEB'

red 187 ◦ green 158 ◦ blue 235

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

Shades of Perfume #BB9EEB

Tints of Perfume #BB9EEB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.24%

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

R = 32.24%
G = 27.24%
B = 40.52%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BB9EEB (or 0xBB9EEB) is known color: Perfume. HEX triplet: BB, 9E and EB. RGB value is (187,158,235). Sum of RGB (Red+Green+Blue) = 187+158+235=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 158 (62.11% from 255 or 27.24% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 235 - color contains mainly: blue. Hex color #BB9EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9EEB is #446114. Grayscale: #AFAFAF. Windows color (decimal): -4481301 or 15441595. OLE color: 15441595.

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

Color convert

RGB 187 158 235 -
CMYK 0.20 0.33 0 0.08
HSL 262.6º 0.66% 0.77% -
HSV(B) 262.6º 0.33% 0.92% -
XYZ 47.72 41.02 84 -
YUV 175.45 161.61 136.24 -
System Red Green Blue C M Y K H S L
Decimal 187 158 235 0.20 0.33 0 0.08 262.6 0.66 0.77
Hex BB 9E EB 14 21 0 8 107 42 4D
Octal 273 236 353 24 41 0 10 407 102 115
Binary 10111011 10011110 11101011 10100 100001 0 1000 100000111 1000010 1001101

Color Harmonies of #BB9EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9EEB

Black with #BB9EEB

Text Example


Text Example

White with #BB9EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9EEB; }

 p { color: rgb(187,158,235); }

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

background-color css

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

 a { background-color: rgb(187,158,235); }

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

border-color css

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

 span { border-color: rgb(187,158,235); }

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