Html Css Color HEX #BBAAD8 Moon Raker

📋 copy color: '#BBAAD8'

red 187 ◦ green 170 ◦ blue 216

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

Shades of Moon Raker #BBAAD8

Tints of Moon Raker #BBAAD8

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.67%

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

R = 32.64%
G = 29.67%
B = 37.7%

CMYK

 C value IS 0.13

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BBAAD8 (or 0xBBAAD8) is known color: Moon Raker. HEX triplet: BB, AA and D8. RGB value is (187,170,216). Sum of RGB (Red+Green+Blue) = 187+170+216=573 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.64% from 573); Green value is 170 (66.80% from 255 or 29.67% from 573); Blue value is 216 (84.77% from 255 or 37.70% from 573); Max value from RGB is 216 - color contains mainly: blue. Hex color #BBAAD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAAD8 is #445527. Grayscale: #B4B4B4. Windows color (decimal): -4478248 or 14199483. OLE color: 14199483.

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

Color convert

RGB 187 170 216 -
CMYK 0.13 0.21 0 0.15
HSL 262.17º 0.37% 0.76% -
HSV(B) 262.17º 0.21% 0.85% -
XYZ 47.26 44.27 71.02 -
YUV 180.33 148.13 132.76 -
System Red Green Blue C M Y K H S L
Decimal 187 170 216 0.13 0.21 0 0.15 262.17 0.37 0.76
Hex BB AA D8 D 15 0 F 106 25 4C
Octal 273 252 330 15 25 0 17 406 45 114
Binary 10111011 10101010 11011000 1101 10101 0 1111 100000110 100101 1001100

Color Harmonies of #BBAAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAAD8

Black with #BBAAD8

Text Example


Text Example

White with #BBAAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAAD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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