Html Css Color HEX #BB9CFD Perfume

📋 copy color: '#BB9CFD'

red 187 ◦ green 156 ◦ blue 253

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

Shades of Perfume #BB9CFD

Tints of Perfume #BB9CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.45%

R = 31.38%
G = 26.17%
B = 42.45%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB9CFD (or 0xBB9CFD) is known color: Perfume. HEX triplet: BB, 9C and FD. RGB value is (187,156,253). Sum of RGB (Red+Green+Blue) = 187+156+253=596 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.38% from 596); Green value is 156 (61.33% from 255 or 26.17% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB9CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9CFD is #446302. Grayscale: #AFAFAF. Windows color (decimal): -4481795 or 16620731. OLE color: 16620731.

HSL color Cylindrical-coordinate representation of color #BB9CFD: hue angle of 259.18º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB9CFD is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 156 253 -
CMYK 0.26 0.38 0 0.01
HSL 259.18º 0.96% 0.8% -
HSV(B) 259.18º 0.38% 0.99% -
XYZ 50.11 41.43 98.28 -
YUV 176.33 171.27 135.61 -
System Red Green Blue C M Y K H S L
Decimal 187 156 253 0.26 0.38 0 0.01 259.18 0.96 0.8
Hex BB 9C FD 1A 26 0 1 103 60 50
Octal 273 234 375 32 46 0 1 403 140 120
Binary 10111011 10011100 11111101 11010 100110 0 1 100000011 1100000 1010000

Color Harmonies of #BB9CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9CFD

Black with #BB9CFD

Text Example


Text Example

White with #BB9CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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