Html Css Color HEX #BB8CFB Perfume

📋 copy color: '#BB8CFB'

red 187 ◦ green 140 ◦ blue 251

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

Shades of Perfume #BB8CFB

Tints of Perfume #BB8CFB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.22%

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

R = 32.35%
G = 24.22%
B = 43.43%

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

#BB8CFB (or 0xBB8CFB) is known color: Perfume. HEX triplet: BB, 8C and FB. RGB value is (187,140,251). Sum of RGB (Red+Green+Blue) = 187+140+251=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 140 (55.08% from 255 or 24.22% from 578); Blue value is 251 (98.44% from 255 or 43.43% from 578); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB8CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8CFB is #447304. Grayscale: #A6A6A6. Windows color (decimal): -4485893 or 16485563. OLE color: 16485563.

HSL color Cylindrical-coordinate representation of color #BB8CFB: hue angle of 265.41º 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 #BB8CFB is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 140 251 -
CMYK 0.25 0.44 0 0.02
HSL 265.41º 0.93% 0.77% -
HSV(B) 265.41º 0.44% 0.98% -
XYZ 47.28 36.29 95.78 -
YUV 166.71 175.57 142.47 -
System Red Green Blue C M Y K H S L
Decimal 187 140 251 0.25 0.44 0 0.02 265.41 0.93 0.77
Hex BB 8C FB 19 2C 0 2 109 5D 4D
Octal 273 214 373 31 54 0 2 411 135 115
Binary 10111011 10001100 11111011 11001 101100 0 10 100001001 1011101 1001101

Color Harmonies of #BB8CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8CFB

Black with #BB8CFB

Text Example


Text Example

White with #BB8CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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