Html Css Color HEX #BBA9DE Moon Raker

📋 copy color: '#BBA9DE'

red 187 ◦ green 169 ◦ blue 222

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

Shades of Moon Raker #BBA9DE

Tints of Moon Raker #BBA9DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.41%

R = 32.35%
G = 29.24%
B = 38.41%

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

#BBA9DE (or 0xBBA9DE) is known color: Moon Raker. HEX triplet: BB, A9 and DE. RGB value is (187,169,222). Sum of RGB (Red+Green+Blue) = 187+169+222=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 169 (66.41% from 255 or 29.24% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBA9DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA9DE is #445621. Grayscale: #B4B4B4. Windows color (decimal): -4478498 or 14592443. OLE color: 14592443.

HSL color Cylindrical-coordinate representation of color #BBA9DE: hue angle of 260.38º degrees, saturation: 0.45, 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 #BBA9DE is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 169 222 -
CMYK 0.16 0.24 0 0.13
HSL 260.38º 0.45% 0.77% -
HSV(B) 260.38º 0.24% 0.87% -
XYZ 47.87 44.21 75.12 -
YUV 180.42 151.46 132.69 -
System Red Green Blue C M Y K H S L
Decimal 187 169 222 0.16 0.24 0 0.13 260.38 0.45 0.77
Hex BB A9 DE 10 18 0 D 104 2D 4D
Octal 273 251 336 20 30 0 15 404 55 115
Binary 10111011 10101001 11011110 10000 11000 0 1101 100000100 101101 1001101

Color Harmonies of #BBA9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA9DE

Black with #BBA9DE

Text Example


Text Example

White with #BBA9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA9DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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