Html Css Color HEX #BBAAD4 Moon Raker

📋 copy color: '#BBAAD4'

red 187 ◦ green 170 ◦ blue 212

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

Shades of Moon Raker #BBAAD4

Tints of Moon Raker #BBAAD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.26%

R = 32.86%
G = 29.88%
B = 37.26%

CMYK

 C value IS 0.12

 M value IS 0.20

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BBAAD4 (or 0xBBAAD4) is known color: Moon Raker. HEX triplet: BB, AA and D4. RGB value is (187,170,212). Sum of RGB (Red+Green+Blue) = 187+170+212=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 170 (66.80% from 255 or 29.88% from 569); Blue value is 212 (83.20% from 255 or 37.26% from 569); Max value from RGB is 212 - color contains mainly: blue. Hex color #BBAAD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAAD4 is #44552B. Grayscale: #B3B3B3. Windows color (decimal): -4478252 or 13937339. OLE color: 13937339.

HSL color Cylindrical-coordinate representation of color #BBAAD4: hue angle of 264.29º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBAAD4 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 170 212 -
CMYK 0.12 0.20 0 0.17
HSL 264.29º 0.33% 0.75% -
HSV(B) 264.29º 0.2% 0.83% -
XYZ 46.75 44.07 68.33 -
YUV 179.87 146.13 133.08 -
System Red Green Blue C M Y K H S L
Decimal 187 170 212 0.12 0.20 0 0.17 264.29 0.33 0.75
Hex BB AA D4 C 14 0 11 108 21 4B
Octal 273 252 324 14 24 0 21 410 41 113
Binary 10111011 10101010 11010100 1100 10100 0 10001 100001000 100001 1001011

Color Harmonies of #BBAAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAAD4

Black with #BBAAD4

Text Example


Text Example

White with #BBAAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAAD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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