Html Css Color HEX #BB9CEB Perfume

📋 copy color: '#BB9CEB'

red 187 ◦ green 156 ◦ blue 235

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

Shades of Perfume #BB9CEB

Tints of Perfume #BB9CEB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.99%

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

R = 32.35%
G = 26.99%
B = 40.66%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BB9CEB (or 0xBB9CEB) is known color: Perfume. HEX triplet: BB, 9C and EB. RGB value is (187,156,235). Sum of RGB (Red+Green+Blue) = 187+156+235=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 156 (61.33% from 255 or 26.99% from 578); Blue value is 235 (92.19% from 255 or 40.66% from 578); Max value from RGB is 235 - color contains mainly: blue. Hex color #BB9CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9CEB is #446314. Grayscale: #ADADAD. Windows color (decimal): -4481813 or 15441083. OLE color: 15441083.

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

Color convert

RGB 187 156 235 -
CMYK 0.20 0.34 0 0.08
HSL 263.54º 0.66% 0.77% -
HSV(B) 263.54º 0.34% 0.92% -
XYZ 47.38 40.34 83.89 -
YUV 174.28 162.27 137.08 -
System Red Green Blue C M Y K H S L
Decimal 187 156 235 0.20 0.34 0 0.08 263.54 0.66 0.77
Hex BB 9C EB 14 22 0 8 108 42 4D
Octal 273 234 353 24 42 0 10 410 102 115
Binary 10111011 10011100 11101011 10100 100010 0 1000 100001000 1000010 1001101

Color Harmonies of #BB9CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9CEB

Black with #BB9CEB

Text Example


Text Example

White with #BB9CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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