Html Css Color HEX #BBACD6 Moon Raker

📋 copy color: '#BBACD6'

red 187 ◦ green 172 ◦ blue 214

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

Shades of Moon Raker #BBACD6

Tints of Moon Raker #BBACD6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.02%

 BLUE value IS 214 (83.98% from 255) = 37.35%

R = 32.64%
G = 30.02%
B = 37.35%

CMYK

 C value IS 0.13

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BBACD6 (or 0xBBACD6) is known color: Moon Raker. HEX triplet: BB, AC and D6. RGB value is (187,172,214). Sum of RGB (Red+Green+Blue) = 187+172+214=573 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.64% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 214 (83.98% from 255 or 37.35% from 573); Max value from RGB is 214 - color contains mainly: blue. Hex color #BBACD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACD6 is #445329. Grayscale: #B5B5B5. Windows color (decimal): -4477738 or 14068923. OLE color: 14068923.

HSL color Cylindrical-coordinate representation of color #BBACD6: hue angle of 261.43º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBACD6 is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 172 214 -
CMYK 0.13 0.20 0 0.16
HSL 261.43º 0.34% 0.76% -
HSV(B) 261.43º 0.2% 0.84% -
XYZ 47.38 44.92 69.79 -
YUV 181.27 146.47 132.08 -
System Red Green Blue C M Y K H S L
Decimal 187 172 214 0.13 0.20 0 0.16 261.43 0.34 0.76
Hex BB AC D6 D 14 0 10 105 22 4C
Octal 273 254 326 15 24 0 20 405 42 114
Binary 10111011 10101100 11010110 1101 10100 0 10000 100000101 100010 1001100

Color Harmonies of #BBACD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBACD6

Black with #BBACD6

Text Example


Text Example

White with #BBACD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBACD6; }

 p { color: rgb(187,172,214); }

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

background-color css

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

 a { background-color: rgb(187,172,214); }

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

border-color css

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

 span { border-color: rgb(187,172,214); }

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