Html Css Color HEX #BB9DE7 Perfume

📋 copy color: '#BB9DE7'

red 187 ◦ green 157 ◦ blue 231

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

Shades of Perfume #BB9DE7

Tints of Perfume #BB9DE7

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.3%

 BLUE value IS 231 (90.63% from 255) = 40.17%

R = 32.52%
G = 27.3%
B = 40.17%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BB9DE7 (or 0xBB9DE7) is known color: Perfume. HEX triplet: BB, 9D and E7. RGB value is (187,157,231). Sum of RGB (Red+Green+Blue) = 187+157+231=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 157 (61.72% from 255 or 27.30% from 575); Blue value is 231 (90.62% from 255 or 40.17% from 575); Max value from RGB is 231 - color contains mainly: blue. Hex color #BB9DE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9DE7 is #446218. Grayscale: #AEAEAE. Windows color (decimal): -4481561 or 15179195. OLE color: 15179195.

HSL color Cylindrical-coordinate representation of color #BB9DE7: hue angle of 264.32º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB9DE7 is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 157 231 -
CMYK 0.19 0.32 0 0.09
HSL 264.32º 0.61% 0.76% -
HSV(B) 264.32º 0.32% 0.91% -
XYZ 46.97 40.45 80.93 -
YUV 174.41 159.94 136.98 -
System Red Green Blue C M Y K H S L
Decimal 187 157 231 0.19 0.32 0 0.09 264.32 0.61 0.76
Hex BB 9D E7 13 20 0 9 108 3D 4C
Octal 273 235 347 23 40 0 11 410 75 114
Binary 10111011 10011101 11100111 10011 100000 0 1001 100001000 111101 1001100

Color Harmonies of #BB9DE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9DE7

Black with #BB9DE7

Text Example


Text Example

White with #BB9DE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9DE7; }

 p { color: rgb(187,157,231); }

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

background-color css

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

 a { background-color: rgb(187,157,231); }

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

border-color css

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

 span { border-color: rgb(187,157,231); }

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