Html Css Color HEX #BB9CF4 Perfume

📋 copy color: '#BB9CF4'

red 187 ◦ green 156 ◦ blue 244

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

Shades of Perfume #BB9CF4

Tints of Perfume #BB9CF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 41.57%

R = 31.86%
G = 26.58%
B = 41.57%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BB9CF4 (or 0xBB9CF4) is known color: Perfume. HEX triplet: BB, 9C and F4. RGB value is (187,156,244). Sum of RGB (Red+Green+Blue) = 187+156+244=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 156 (61.33% from 255 or 26.58% from 587); Blue value is 244 (95.70% from 255 or 41.57% from 587); Max value from RGB is 244 - color contains mainly: blue. Hex color #BB9CF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9CF4 is #44630B. Grayscale: #AEAEAE. Windows color (decimal): -4481804 or 16030907. OLE color: 16030907.

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

Color convert

RGB 187 156 244 -
CMYK 0.23 0.36 0 0.04
HSL 261.14º 0.8% 0.78% -
HSV(B) 261.14º 0.36% 0.96% -
XYZ 48.71 40.87 90.91 -
YUV 175.3 166.77 136.34 -
System Red Green Blue C M Y K H S L
Decimal 187 156 244 0.23 0.36 0 0.04 261.14 0.8 0.78
Hex BB 9C F4 17 24 0 4 105 50 4E
Octal 273 234 364 27 44 0 4 405 120 116
Binary 10111011 10011100 11110100 10111 100100 0 100 100000101 1010000 1001110

Color Harmonies of #BB9CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9CF4

Black with #BB9CF4

Text Example


Text Example

White with #BB9CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9CF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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