Html Css Color HEX #BBAADB Moon Raker

📋 copy color: '#BBAADB'

red 187 ◦ green 170 ◦ blue 219

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

Shades of Moon Raker #BBAADB

Tints of Moon Raker #BBAADB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.51%

 BLUE value IS 219 (85.94% from 255) = 38.02%

R = 32.47%
G = 29.51%
B = 38.02%

CMYK

 C value IS 0.15

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BBAADB (or 0xBBAADB) is known color: Moon Raker. HEX triplet: BB, AA and DB. RGB value is (187,170,219). Sum of RGB (Red+Green+Blue) = 187+170+219=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 170 (66.80% from 255 or 29.51% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBAADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAADB is #445524. Grayscale: #B4B4B4. Windows color (decimal): -4478245 or 14396091. OLE color: 14396091.

HSL color Cylindrical-coordinate representation of color #BBAADB: hue angle of 260.82º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBAADB is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 170 219 -
CMYK 0.15 0.22 0 0.14
HSL 260.82º 0.4% 0.76% -
HSV(B) 260.82º 0.22% 0.86% -
XYZ 47.65 44.43 73.08 -
YUV 180.67 149.63 132.52 -
System Red Green Blue C M Y K H S L
Decimal 187 170 219 0.15 0.22 0 0.14 260.82 0.4 0.76
Hex BB AA DB F 16 0 E 105 28 4C
Octal 273 252 333 17 26 0 16 405 50 114
Binary 10111011 10101010 11011011 1111 10110 0 1110 100000101 101000 1001100

Color Harmonies of #BBAADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAADB

Black with #BBAADB

Text Example


Text Example

White with #BBAADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAADB; }

 p { color: rgb(187,170,219); }

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

background-color css

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

 a { background-color: rgb(187,170,219); }

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

border-color css

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

 span { border-color: rgb(187,170,219); }

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