Html Css Color HEX #BBA9DA Moon Raker

📋 copy color: '#BBA9DA'

red 187 ◦ green 169 ◦ blue 218

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

Shades of Moon Raker #BBA9DA

Tints of Moon Raker #BBA9DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.98%

R = 32.58%
G = 29.44%
B = 37.98%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BBA9DA (or 0xBBA9DA) is known color: Moon Raker. HEX triplet: BB, A9 and DA. RGB value is (187,169,218). Sum of RGB (Red+Green+Blue) = 187+169+218=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 169 (66.41% from 255 or 29.44% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 218 - color contains mainly: blue. Hex color #BBA9DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA9DA is #445625. Grayscale: #B3B3B3. Windows color (decimal): -4478502 or 14330299. OLE color: 14330299.

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

Color convert

RGB 187 169 218 -
CMYK 0.14 0.22 0 0.15
HSL 262.04º 0.4% 0.76% -
HSV(B) 262.04º 0.22% 0.85% -
XYZ 47.34 44 72.33 -
YUV 179.97 149.46 133.02 -
System Red Green Blue C M Y K H S L
Decimal 187 169 218 0.14 0.22 0 0.15 262.04 0.4 0.76
Hex BB A9 DA E 16 0 F 106 28 4C
Octal 273 251 332 16 26 0 17 406 50 114
Binary 10111011 10101001 11011010 1110 10110 0 1111 100000110 101000 1001100

Color Harmonies of #BBA9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA9DA

Black with #BBA9DA

Text Example


Text Example

White with #BBA9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA9DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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