Html Css Color HEX #BB8DFB Perfume

📋 copy color: '#BB8DFB'

red 187 ◦ green 141 ◦ blue 251

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

Shades of Perfume #BB8DFB

Tints of Perfume #BB8DFB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.35%

 BLUE value IS 251 (98.44% from 255) = 43.35%

R = 32.3%
G = 24.35%
B = 43.35%

CMYK

 C value IS 0.25

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB8DFB (or 0xBB8DFB) is known color: Perfume. HEX triplet: BB, 8D and FB. RGB value is (187,141,251). Sum of RGB (Red+Green+Blue) = 187+141+251=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 141 (55.47% from 255 or 24.35% from 579); Blue value is 251 (98.44% from 255 or 43.35% from 579); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB8DFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8DFB is #447204. Grayscale: #A6A6A6. Windows color (decimal): -4485637 or 16485819. OLE color: 16485819.

HSL color Cylindrical-coordinate representation of color #BB8DFB: hue angle of 265.09º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB8DFB is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 141 251 -
CMYK 0.25 0.44 0 0.02
HSL 265.09º 0.93% 0.77% -
HSV(B) 265.09º 0.44% 0.98% -
XYZ 47.43 36.58 95.83 -
YUV 167.29 175.24 142.06 -
System Red Green Blue C M Y K H S L
Decimal 187 141 251 0.25 0.44 0 0.02 265.09 0.93 0.77
Hex BB 8D FB 19 2C 0 2 109 5D 4D
Octal 273 215 373 31 54 0 2 411 135 115
Binary 10111011 10001101 11111011 11001 101100 0 10 100001001 1011101 1001101

Color Harmonies of #BB8DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8DFB

Black with #BB8DFB

Text Example


Text Example

White with #BB8DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8DFB; }

 p { color: rgb(187,141,251); }

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

background-color css

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

 a { background-color: rgb(187,141,251); }

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

border-color css

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

 span { border-color: rgb(187,141,251); }

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