Html Css Color HEX #BB9BED Perfume

📋 copy color: '#BB9BED'

red 187 ◦ green 155 ◦ blue 237

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

Shades of Perfume #BB9BED

Tints of Perfume #BB9BED

RGB

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

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

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

R = 32.3%
G = 26.77%
B = 40.93%

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

#BB9BED (or 0xBB9BED) is known color: Perfume. HEX triplet: BB, 9B and ED. RGB value is (187,155,237). Sum of RGB (Red+Green+Blue) = 187+155+237=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 155 (60.94% from 255 or 26.77% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB9BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9BED is #446412. Grayscale: #ADADAD. Windows color (decimal): -4482067 or 15571899. OLE color: 15571899.

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

Color convert

RGB 187 155 237 -
CMYK 0.21 0.35 0 0.07
HSL 263.41º 0.69% 0.77% -
HSV(B) 263.41º 0.35% 0.93% -
XYZ 47.5 40.12 85.36 -
YUV 173.92 163.6 137.33 -
System Red Green Blue C M Y K H S L
Decimal 187 155 237 0.21 0.35 0 0.07 263.41 0.69 0.77
Hex BB 9B ED 15 23 0 7 107 45 4D
Octal 273 233 355 25 43 0 7 407 105 115
Binary 10111011 10011011 11101101 10101 100011 0 111 100000111 1000101 1001101

Color Harmonies of #BB9BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9BED

Black with #BB9BED

Text Example


Text Example

White with #BB9BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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