Html Css Color HEX #BBA2ED Perfume

📋 copy color: '#BBA2ED'

red 187 ◦ green 162 ◦ blue 237

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

Shades of Perfume #BBA2ED

Tints of Perfume #BBA2ED

RGB

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

 GREEN value IS 162 (63.67% from 255) = 27.65%

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

R = 31.91%
G = 27.65%
B = 40.44%

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

#BBA2ED (or 0xBBA2ED) is known color: Perfume. HEX triplet: BB, A2 and ED. RGB value is (187,162,237). Sum of RGB (Red+Green+Blue) = 187+162+237=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 162 (63.67% from 255 or 27.65% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBA2ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA2ED is #445D12. Grayscale: #B1B1B1. Windows color (decimal): -4480275 or 15573691. OLE color: 15573691.

HSL color Cylindrical-coordinate representation of color #BBA2ED: hue angle of 260º 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 #BBA2ED is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 162 237 -
CMYK 0.21 0.32 0 0.07
HSL 260º 0.68% 0.78% -
HSV(B) 260º 0.32% 0.93% -
XYZ 48.7 42.52 85.76 -
YUV 178.03 161.28 134.4 -
System Red Green Blue C M Y K H S L
Decimal 187 162 237 0.21 0.32 0 0.07 260 0.68 0.78
Hex BB A2 ED 15 20 0 7 104 44 4E
Octal 273 242 355 25 40 0 7 404 104 116
Binary 10111011 10100010 11101101 10101 100000 0 111 100000100 1000100 1001110

Color Harmonies of #BBA2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA2ED

Black with #BBA2ED

Text Example


Text Example

White with #BBA2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA2ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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