Html Css Color HEX #BBA0ED Perfume

📋 copy color: '#BBA0ED'

red 187 ◦ green 160 ◦ blue 237

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

Shades of Perfume #BBA0ED

Tints of Perfume #BBA0ED

RGB

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

 GREEN value IS 160 (62.89% from 255) = 27.4%

 BLUE value IS 237 (92.97% from 255) = 40.58%

R = 32.02%
G = 27.4%
B = 40.58%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBA0ED (or 0xBBA0ED) is known color: Perfume. HEX triplet: BB, A0 and ED. RGB value is (187,160,237). Sum of RGB (Red+Green+Blue) = 187+160+237=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 160 (62.89% from 255 or 27.40% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBA0ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA0ED is #445F12. Grayscale: #B0B0B0. Windows color (decimal): -4480787 or 15573179. OLE color: 15573179.

HSL color Cylindrical-coordinate representation of color #BBA0ED: hue angle of 261.04º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBA0ED is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 160 237 -
CMYK 0.21 0.32 0 0.07
HSL 261.04º 0.68% 0.78% -
HSV(B) 261.04º 0.32% 0.93% -
XYZ 48.35 41.82 85.64 -
YUV 176.85 161.95 135.24 -
System Red Green Blue C M Y K H S L
Decimal 187 160 237 0.21 0.32 0 0.07 261.04 0.68 0.78
Hex BB A0 ED 15 20 0 7 105 44 4E
Octal 273 240 355 25 40 0 7 405 104 116
Binary 10111011 10100000 11101101 10101 100000 0 111 100000101 1000100 1001110

Color Harmonies of #BBA0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA0ED

Black with #BBA0ED

Text Example


Text Example

White with #BBA0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA0ED; }

 p { color: rgb(187,160,237); }

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

background-color css

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

 a { background-color: rgb(187,160,237); }

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

border-color css

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

 span { border-color: rgb(187,160,237); }

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