Html Css Color HEX #BBA9DF Moon Raker

📋 copy color: '#BBA9DF'

red 187 ◦ green 169 ◦ blue 223

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

Shades of Moon Raker #BBA9DF

Tints of Moon Raker #BBA9DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.51%

R = 32.3%
G = 29.19%
B = 38.51%

CMYK

 C value IS 0.16

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBA9DF (or 0xBBA9DF) is known color: Moon Raker. HEX triplet: BB, A9 and DF. RGB value is (187,169,223). Sum of RGB (Red+Green+Blue) = 187+169+223=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 169 (66.41% from 255 or 29.19% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBA9DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA9DF is #445620. Grayscale: #B4B4B4. Windows color (decimal): -4478497 or 14657979. OLE color: 14657979.

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

Color convert

RGB 187 169 223 -
CMYK 0.16 0.24 0 0.13
HSL 260º 0.46% 0.77% -
HSV(B) 260º 0.24% 0.87% -
XYZ 48 44.27 75.83 -
YUV 180.54 151.96 132.61 -
System Red Green Blue C M Y K H S L
Decimal 187 169 223 0.16 0.24 0 0.13 260 0.46 0.77
Hex BB A9 DF 10 18 0 D 104 2E 4D
Octal 273 251 337 20 30 0 15 404 56 115
Binary 10111011 10101001 11011111 10000 11000 0 1101 100000100 101110 1001101

Color Harmonies of #BBA9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA9DF

Black with #BBA9DF

Text Example


Text Example

White with #BBA9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA9DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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