Html Css Color HEX #BB9CEC Perfume

📋 copy color: '#BB9CEC'

red 187 ◦ green 156 ◦ blue 236

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

Shades of Perfume #BB9CEC

Tints of Perfume #BB9CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.76%

R = 32.3%
G = 26.94%
B = 40.76%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB9CEC (or 0xBB9CEC) is known color: Perfume. HEX triplet: BB, 9C and EC. RGB value is (187,156,236). Sum of RGB (Red+Green+Blue) = 187+156+236=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 156 (61.33% from 255 or 26.94% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB9CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9CEC is #446313. Grayscale: #AEAEAE. Windows color (decimal): -4481812 or 15506619. OLE color: 15506619.

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

Color convert

RGB 187 156 236 -
CMYK 0.21 0.34 0 0.07
HSL 263.25º 0.68% 0.77% -
HSV(B) 263.25º 0.34% 0.93% -
XYZ 47.52 40.4 84.65 -
YUV 174.39 162.77 137 -
System Red Green Blue C M Y K H S L
Decimal 187 156 236 0.21 0.34 0 0.07 263.25 0.68 0.77
Hex BB 9C EC 15 22 0 7 107 44 4D
Octal 273 234 354 25 42 0 7 407 104 115
Binary 10111011 10011100 11101100 10101 100010 0 111 100000111 1000100 1001101

Color Harmonies of #BB9CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9CEC

Black with #BB9CEC

Text Example


Text Example

White with #BB9CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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