Html Css Color HEX #BBA9DC Moon Raker

📋 copy color: '#BBA9DC'

red 187 ◦ green 169 ◦ blue 220

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

Shades of Moon Raker #BBA9DC

Tints of Moon Raker #BBA9DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.19%

R = 32.47%
G = 29.34%
B = 38.19%

CMYK

 C value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BBA9DC (or 0xBBA9DC) is known color: Moon Raker. HEX triplet: BB, A9 and DC. RGB value is (187,169,220). Sum of RGB (Red+Green+Blue) = 187+169+220=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 169 (66.41% from 255 or 29.34% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBA9DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA9DC is #445623. Grayscale: #B4B4B4. Windows color (decimal): -4478500 or 14461371. OLE color: 14461371.

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

Color convert

RGB 187 169 220 -
CMYK 0.15 0.23 0 0.14
HSL 261.18º 0.42% 0.76% -
HSV(B) 261.18º 0.23% 0.86% -
XYZ 47.6 44.11 73.72 -
YUV 180.2 150.46 132.85 -
System Red Green Blue C M Y K H S L
Decimal 187 169 220 0.15 0.23 0 0.14 261.18 0.42 0.76
Hex BB A9 DC F 17 0 E 105 2A 4C
Octal 273 251 334 17 27 0 16 405 52 114
Binary 10111011 10101001 11011100 1111 10111 0 1110 100000101 101010 1001100

Color Harmonies of #BBA9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA9DC

Black with #BBA9DC

Text Example


Text Example

White with #BBA9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA9DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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