Html Css Color HEX #BBA9D7 Moon Raker

📋 copy color: '#BBA9D7'

red 187 ◦ green 169 ◦ blue 215

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

Shades of Moon Raker #BBA9D7

Tints of Moon Raker #BBA9D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.65%

R = 32.75%
G = 29.6%
B = 37.65%

CMYK

 C value IS 0.13

 M value IS 0.21

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BBA9D7 (or 0xBBA9D7) is known color: Moon Raker. HEX triplet: BB, A9 and D7. RGB value is (187,169,215). Sum of RGB (Red+Green+Blue) = 187+169+215=571 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.75% from 571); Green value is 169 (66.41% from 255 or 29.60% from 571); Blue value is 215 (84.38% from 255 or 37.65% from 571); Max value from RGB is 215 - color contains mainly: blue. Hex color #BBA9D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA9D7 is #445628. Grayscale: #B3B3B3. Windows color (decimal): -4478505 or 14133691. OLE color: 14133691.

HSL color Cylindrical-coordinate representation of color #BBA9D7: hue angle of 263.48º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBA9D7 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 169 215 -
CMYK 0.13 0.21 0 0.16
HSL 263.48º 0.37% 0.75% -
HSV(B) 263.48º 0.21% 0.84% -
XYZ 46.95 43.85 70.28 -
YUV 179.63 147.96 133.26 -
System Red Green Blue C M Y K H S L
Decimal 187 169 215 0.13 0.21 0 0.16 263.48 0.37 0.75
Hex BB A9 D7 D 15 0 10 107 25 4B
Octal 273 251 327 15 25 0 20 407 45 113
Binary 10111011 10101001 11010111 1101 10101 0 10000 100000111 100101 1001011

Color Harmonies of #BBA9D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA9D7

Black with #BBA9D7

Text Example


Text Example

White with #BBA9D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA9D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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