Html Css Color HEX #BBA9E6 Moon Raker

📋 copy color: '#BBA9E6'

red 187 ◦ green 169 ◦ blue 230

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

Shades of Moon Raker #BBA9E6

Tints of Moon Raker #BBA9E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 39.25%

R = 31.91%
G = 28.84%
B = 39.25%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BBA9E6 (or 0xBBA9E6) is known color: Moon Raker. HEX triplet: BB, A9 and E6. RGB value is (187,169,230). Sum of RGB (Red+Green+Blue) = 187+169+230=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 169 (66.41% from 255 or 28.84% from 586); Blue value is 230 (90.23% from 255 or 39.25% from 586); Max value from RGB is 230 - color contains mainly: blue. Hex color #BBA9E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA9E6 is #445619. Grayscale: #B5B5B5. Windows color (decimal): -4478490 or 15116731. OLE color: 15116731.

HSL color Cylindrical-coordinate representation of color #BBA9E6: hue angle of 257.7º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBA9E6 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 169 230 -
CMYK 0.19 0.27 0 0.10
HSL 257.7º 0.55% 0.78% -
HSV(B) 257.7º 0.27% 0.9% -
XYZ 48.96 44.65 80.9 -
YUV 181.34 155.46 132.04 -
System Red Green Blue C M Y K H S L
Decimal 187 169 230 0.19 0.27 0 0.10 257.7 0.55 0.78
Hex BB A9 E6 13 1B 0 A 102 37 4E
Octal 273 251 346 23 33 0 12 402 67 116
Binary 10111011 10101001 11100110 10011 11011 0 1010 100000010 110111 1001110

Color Harmonies of #BBA9E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA9E6

Black with #BBA9E6

Text Example


Text Example

White with #BBA9E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA9E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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