Html Css Color HEX #BBA9DD Moon Raker

📋 copy color: '#BBA9DD'

red 187 ◦ green 169 ◦ blue 221

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

Shades of Moon Raker #BBA9DD

Tints of Moon Raker #BBA9DD

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.29%

 BLUE value IS 221 (86.72% from 255) = 38.3%

R = 32.41%
G = 29.29%
B = 38.3%

CMYK

 C value IS 0.15

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBA9DD (or 0xBBA9DD) is known color: Moon Raker. HEX triplet: BB, A9 and DD. RGB value is (187,169,221). Sum of RGB (Red+Green+Blue) = 187+169+221=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 169 (66.41% from 255 or 29.29% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBA9DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA9DD is #445622. Grayscale: #B4B4B4. Windows color (decimal): -4478499 or 14526907. OLE color: 14526907.

HSL color Cylindrical-coordinate representation of color #BBA9DD: hue angle of 260.77º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBA9DD is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 169 221 -
CMYK 0.15 0.24 0 0.13
HSL 260.77º 0.43% 0.76% -
HSV(B) 260.77º 0.24% 0.87% -
XYZ 47.73 44.16 74.41 -
YUV 180.31 150.96 132.77 -
System Red Green Blue C M Y K H S L
Decimal 187 169 221 0.15 0.24 0 0.13 260.77 0.43 0.76
Hex BB A9 DD F 18 0 D 105 2B 4C
Octal 273 251 335 17 30 0 15 405 53 114
Binary 10111011 10101001 11011101 1111 11000 0 1101 100000101 101011 1001100

Color Harmonies of #BBA9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA9DD

Black with #BBA9DD

Text Example


Text Example

White with #BBA9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA9DD; }

 p { color: rgb(187,169,221); }

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

background-color css

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

 a { background-color: rgb(187,169,221); }

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

border-color css

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

 span { border-color: rgb(187,169,221); }

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