Html Css Color HEX #BBACD7 Moon Raker

📋 copy color: '#BBACD7'

red 187 ◦ green 172 ◦ blue 215

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

Shades of Moon Raker #BBACD7

Tints of Moon Raker #BBACD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.46%

R = 32.58%
G = 29.97%
B = 37.46%

CMYK

 C value IS 0.13

 M value IS 0.2

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BBACD7 (or 0xBBACD7) is known color: Moon Raker. HEX triplet: BB, AC and D7. RGB value is (187,172,215). Sum of RGB (Red+Green+Blue) = 187+172+215=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 215 (84.38% from 255 or 37.46% from 574); Max value from RGB is 215 - color contains mainly: blue. Hex color #BBACD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACD7 is #445328. Grayscale: #B5B5B5. Windows color (decimal): -4477737 or 14134459. OLE color: 14134459.

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

Color convert

RGB 187 172 215 -
CMYK 0.13 0.2 0 0.16
HSL 260.93º 0.35% 0.76% -
HSV(B) 260.93º 0.2% 0.84% -
XYZ 47.51 44.98 70.47 -
YUV 181.39 146.97 132 -
System Red Green Blue C M Y K H S L
Decimal 187 172 215 0.13 0.2 0 0.16 260.93 0.35 0.76
Hex BB AC D7 D 14 0 10 105 23 4C
Octal 273 254 327 15 24 0 20 405 43 114
Binary 10111011 10101100 11010111 1101 10100 0 10000 100000101 100011 1001100

Color Harmonies of #BBACD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBACD7

Black with #BBACD7

Text Example


Text Example

White with #BBACD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBACD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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