Html Css Color HEX #BBA9D8 Moon Raker

📋 copy color: '#BBA9D8'

red 187 ◦ green 169 ◦ blue 216

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

Shades of Moon Raker #BBA9D8

Tints of Moon Raker #BBA9D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.76%

R = 32.69%
G = 29.55%
B = 37.76%

CMYK

 C value IS 0.13

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BBA9D8 (or 0xBBA9D8) is known color: Moon Raker. HEX triplet: BB, A9 and D8. RGB value is (187,169,216). Sum of RGB (Red+Green+Blue) = 187+169+216=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 169 (66.41% from 255 or 29.55% from 572); Blue value is 216 (84.77% from 255 or 37.76% from 572); Max value from RGB is 216 - color contains mainly: blue. Hex color #BBA9D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA9D8 is #445627. Grayscale: #B3B3B3. Windows color (decimal): -4478504 or 14199227. OLE color: 14199227.

HSL color Cylindrical-coordinate representation of color #BBA9D8: hue angle of 262.98º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBA9D8 is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 169 216 -
CMYK 0.13 0.22 0 0.15
HSL 262.98º 0.38% 0.75% -
HSV(B) 262.98º 0.22% 0.85% -
XYZ 47.08 43.9 70.96 -
YUV 179.74 148.46 133.18 -
System Red Green Blue C M Y K H S L
Decimal 187 169 216 0.13 0.22 0 0.15 262.98 0.38 0.75
Hex BB A9 D8 D 16 0 F 107 26 4B
Octal 273 251 330 15 26 0 17 407 46 113
Binary 10111011 10101001 11011000 1101 10110 0 1111 100000111 100110 1001011

Color Harmonies of #BBA9D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA9D8

Black with #BBA9D8

Text Example


Text Example

White with #BBA9D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA9D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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