Html Css Color HEX #BB9FE4 Perfume

📋 copy color: '#BB9FE4'

red 187 ◦ green 159 ◦ blue 228

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

Shades of Perfume #BB9FE4

Tints of Perfume #BB9FE4

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.7%

 BLUE value IS 228 (89.45% from 255) = 39.72%

R = 32.58%
G = 27.7%
B = 39.72%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BB9FE4 (or 0xBB9FE4) is known color: Perfume. HEX triplet: BB, 9F and E4. RGB value is (187,159,228). Sum of RGB (Red+Green+Blue) = 187+159+228=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 159 (62.5% from 255 or 27.70% from 574); Blue value is 228 (89.45% from 255 or 39.72% from 574); Max value from RGB is 228 - color contains mainly: blue. Hex color #BB9FE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9FE4 is #44601B. Grayscale: #AEAEAE. Windows color (decimal): -4481052 or 14983099. OLE color: 14983099.

HSL color Cylindrical-coordinate representation of color #BB9FE4: hue angle of 264.35º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB9FE4 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 187 159 228 -
CMYK 0.18 0.30 0 0.11
HSL 264.35º 0.56% 0.76% -
HSV(B) 264.35º 0.3% 0.89% -
XYZ 46.9 40.96 78.83 -
YUV 175.24 157.78 136.39 -
System Red Green Blue C M Y K H S L
Decimal 187 159 228 0.18 0.30 0 0.11 264.35 0.56 0.76
Hex BB 9F E4 12 1E 0 B 108 38 4C
Octal 273 237 344 22 36 0 13 410 70 114
Binary 10111011 10011111 11100100 10010 11110 0 1011 100001000 111000 1001100

Color Harmonies of #BB9FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9FE4

Black with #BB9FE4

Text Example


Text Example

White with #BB9FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9FE4; }

 p { color: rgb(187,159,228); }

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

background-color css

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

 a { background-color: rgb(187,159,228); }

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

border-color css

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

 span { border-color: rgb(187,159,228); }

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