Html Css Color HEX #BBADD8 Moon Raker

📋 copy color: '#BBADD8'

red 187 ◦ green 173 ◦ blue 216

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

Shades of Moon Raker #BBADD8

Tints of Moon Raker #BBADD8

RGB

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

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

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

R = 32.47%
G = 30.03%
B = 37.5%

CMYK

 C value IS 0.13

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BBADD8 (or 0xBBADD8) is known color: Moon Raker. HEX triplet: BB, AD and D8. RGB value is (187,173,216). Sum of RGB (Red+Green+Blue) = 187+173+216=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 173 (67.97% from 255 or 30.03% from 576); Blue value is 216 (84.77% from 255 or 37.5% from 576); Max value from RGB is 216 - color contains mainly: blue. Hex color #BBADD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADD8 is #445227. Grayscale: #B5B5B5. Windows color (decimal): -4477480 or 14200251. OLE color: 14200251.

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

Color convert

RGB 187 173 216 -
CMYK 0.13 0.20 0 0.15
HSL 259.53º 0.36% 0.76% -
HSV(B) 259.53º 0.2% 0.85% -
XYZ 47.83 45.41 71.21 -
YUV 182.09 147.14 131.5 -
System Red Green Blue C M Y K H S L
Decimal 187 173 216 0.13 0.20 0 0.15 259.53 0.36 0.76
Hex BB AD D8 D 14 0 F 104 24 4C
Octal 273 255 330 15 24 0 17 404 44 114
Binary 10111011 10101101 11011000 1101 10100 0 1111 100000100 100100 1001100

Color Harmonies of #BBADD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBADD8

Black with #BBADD8

Text Example


Text Example

White with #BBADD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBADD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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