Html Css Color HEX #BB9CF3 Perfume

📋 copy color: '#BB9CF3'

red 187 ◦ green 156 ◦ blue 243

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

Shades of Perfume #BB9CF3

Tints of Perfume #BB9CF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 41.47%

R = 31.91%
G = 26.62%
B = 41.47%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BB9CF3 (or 0xBB9CF3) is known color: Perfume. HEX triplet: BB, 9C and F3. RGB value is (187,156,243). Sum of RGB (Red+Green+Blue) = 187+156+243=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 156 (61.33% from 255 or 26.62% from 586); Blue value is 243 (95.31% from 255 or 41.47% from 586); Max value from RGB is 243 - color contains mainly: blue. Hex color #BB9CF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9CF3 is #44630C. Grayscale: #AEAEAE. Windows color (decimal): -4481805 or 15965371. OLE color: 15965371.

HSL color Cylindrical-coordinate representation of color #BB9CF3: hue angle of 261.38º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB9CF3 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 156 243 -
CMYK 0.23 0.36 0 0.05
HSL 261.38º 0.78% 0.78% -
HSV(B) 261.38º 0.36% 0.95% -
XYZ 48.56 40.81 90.11 -
YUV 175.19 166.27 136.43 -
System Red Green Blue C M Y K H S L
Decimal 187 156 243 0.23 0.36 0 0.05 261.38 0.78 0.78
Hex BB 9C F3 17 24 0 5 105 4E 4E
Octal 273 234 363 27 44 0 5 405 116 116
Binary 10111011 10011100 11110011 10111 100100 0 101 100000101 1001110 1001110

Color Harmonies of #BB9CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9CF3

Black with #BB9CF3

Text Example


Text Example

White with #BB9CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9CF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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