Html Css Color HEX #BB9BEE Perfume

📋 copy color: '#BB9BEE'

red 187 ◦ green 155 ◦ blue 238

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

Shades of Perfume #BB9BEE

Tints of Perfume #BB9BEE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.72%

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

R = 32.24%
G = 26.72%
B = 41.03%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB9BEE (or 0xBB9BEE) is known color: Perfume. HEX triplet: BB, 9B and EE. RGB value is (187,155,238). Sum of RGB (Red+Green+Blue) = 187+155+238=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 155 (60.94% from 255 or 26.72% from 580); Blue value is 238 (93.36% from 255 or 41.03% from 580); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB9BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9BEE is #446411. Grayscale: #ADADAD. Windows color (decimal): -4482066 or 15637435. OLE color: 15637435.

HSL color Cylindrical-coordinate representation of color #BB9BEE: hue angle of 263.13º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB9BEE is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 155 238 -
CMYK 0.21 0.35 0 0.07
HSL 263.13º 0.71% 0.77% -
HSV(B) 263.13º 0.35% 0.93% -
XYZ 47.65 40.18 86.13 -
YUV 174.03 164.1 137.25 -
System Red Green Blue C M Y K H S L
Decimal 187 155 238 0.21 0.35 0 0.07 263.13 0.71 0.77
Hex BB 9B EE 15 23 0 7 107 47 4D
Octal 273 233 356 25 43 0 7 407 107 115
Binary 10111011 10011011 11101110 10101 100011 0 111 100000111 1000111 1001101

Color Harmonies of #BB9BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9BEE

Black with #BB9BEE

Text Example


Text Example

White with #BB9BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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