Html Css Color HEX #BB9CEA Perfume

📋 copy color: '#BB9CEA'

red 187 ◦ green 156 ◦ blue 234

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

Shades of Perfume #BB9CEA

Tints of Perfume #BB9CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.55%

R = 32.41%
G = 27.04%
B = 40.55%

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

#BB9CEA (or 0xBB9CEA) is known color: Perfume. HEX triplet: BB, 9C and EA. RGB value is (187,156,234). Sum of RGB (Red+Green+Blue) = 187+156+234=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 156 (61.33% from 255 or 27.04% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB9CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9CEA is #446315. Grayscale: #ADADAD. Windows color (decimal): -4481814 or 15375547. OLE color: 15375547.

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

Color convert

RGB 187 156 234 -
CMYK 0.20 0.33 0 0.08
HSL 263.85º 0.65% 0.76% -
HSV(B) 263.85º 0.33% 0.92% -
XYZ 47.23 40.28 83.13 -
YUV 174.16 161.77 137.16 -
System Red Green Blue C M Y K H S L
Decimal 187 156 234 0.20 0.33 0 0.08 263.85 0.65 0.76
Hex BB 9C EA 14 21 0 8 108 41 4C
Octal 273 234 352 24 41 0 10 410 101 114
Binary 10111011 10011100 11101010 10100 100001 0 1000 100001000 1000001 1001100

Color Harmonies of #BB9CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9CEA

Black with #BB9CEA

Text Example


Text Example

White with #BB9CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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