Html Css Color HEX #BBADD7 Moon Raker

📋 copy color: '#BBADD7'

red 187 ◦ green 173 ◦ blue 215

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

Shades of Moon Raker #BBADD7

Tints of Moon Raker #BBADD7

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.09%

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

R = 32.52%
G = 30.09%
B = 37.39%

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

#BBADD7 (or 0xBBADD7) is known color: Moon Raker. HEX triplet: BB, AD and D7. RGB value is (187,173,215). Sum of RGB (Red+Green+Blue) = 187+173+215=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 215 (84.38% from 255 or 37.39% from 575); Max value from RGB is 215 - color contains mainly: blue. Hex color #BBADD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADD7 is #445228. Grayscale: #B5B5B5. Windows color (decimal): -4477481 or 14134715. OLE color: 14134715.

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

Color convert

RGB 187 173 215 -
CMYK 0.13 0.20 0 0.16
HSL 260º 0.34% 0.76% -
HSV(B) 260º 0.2% 0.84% -
XYZ 47.7 45.36 70.53 -
YUV 181.97 146.64 131.58 -
System Red Green Blue C M Y K H S L
Decimal 187 173 215 0.13 0.20 0 0.16 260 0.34 0.76
Hex BB AD D7 D 14 0 10 104 22 4C
Octal 273 255 327 15 24 0 20 404 42 114
Binary 10111011 10101101 11010111 1101 10100 0 10000 100000100 100010 1001100

Color Harmonies of #BBADD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBADD7

Black with #BBADD7

Text Example


Text Example

White with #BBADD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBADD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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