Html Css Color HEX #BBA9D5 Moon Raker

📋 copy color: '#BBA9D5'

red 187 ◦ green 169 ◦ blue 213

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

Shades of Moon Raker #BBA9D5

Tints of Moon Raker #BBA9D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.43%

R = 32.86%
G = 29.7%
B = 37.43%

CMYK

 C value IS 0.12

 M value IS 0.21

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BBA9D5 (or 0xBBA9D5) is known color: Moon Raker. HEX triplet: BB, A9 and D5. RGB value is (187,169,213). Sum of RGB (Red+Green+Blue) = 187+169+213=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 169 (66.41% from 255 or 29.70% from 569); Blue value is 213 (83.59% from 255 or 37.43% from 569); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBA9D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA9D5 is #44562A. Grayscale: #B3B3B3. Windows color (decimal): -4478507 or 14002619. OLE color: 14002619.

HSL color Cylindrical-coordinate representation of color #BBA9D5: hue angle of 264.55º degrees, saturation: 0.34, 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 #BBA9D5 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 169 213 -
CMYK 0.12 0.21 0 0.16
HSL 264.55º 0.34% 0.75% -
HSV(B) 264.55º 0.21% 0.84% -
XYZ 46.69 43.74 68.93 -
YUV 179.4 146.96 133.42 -
System Red Green Blue C M Y K H S L
Decimal 187 169 213 0.12 0.21 0 0.16 264.55 0.34 0.75
Hex BB A9 D5 C 15 0 10 109 22 4B
Octal 273 251 325 14 25 0 20 411 42 113
Binary 10111011 10101001 11010101 1100 10101 0 10000 100001001 100010 1001011

Color Harmonies of #BBA9D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA9D5

Black with #BBA9D5

Text Example


Text Example

White with #BBA9D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA9D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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