Html Css Color HEX #BBADE0 Moon Raker

📋 copy color: '#BBADE0'

red 187 ◦ green 173 ◦ blue 224

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

Shades of Moon Raker #BBADE0

Tints of Moon Raker #BBADE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.36%

R = 32.02%
G = 29.62%
B = 38.36%

CMYK

 C value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BBADE0 (or 0xBBADE0) is known color: Moon Raker. HEX triplet: BB, AD and E0. RGB value is (187,173,224). Sum of RGB (Red+Green+Blue) = 187+173+224=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 173 (67.97% from 255 or 29.62% from 584); Blue value is 224 (87.89% from 255 or 38.36% from 584); Max value from RGB is 224 - color contains mainly: blue. Hex color #BBADE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADE0 is #44521F. Grayscale: #B6B6B6. Windows color (decimal): -4477472 or 14724539. OLE color: 14724539.

HSL color Cylindrical-coordinate representation of color #BBADE0: hue angle of 256.47º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBADE0 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 173 224 -
CMYK 0.17 0.23 0 0.12
HSL 256.47º 0.45% 0.78% -
HSV(B) 256.47º 0.23% 0.88% -
XYZ 48.89 45.83 76.79 -
YUV 183 151.14 130.85 -
System Red Green Blue C M Y K H S L
Decimal 187 173 224 0.17 0.23 0 0.12 256.47 0.45 0.78
Hex BB AD E0 11 17 0 C 100 2D 4E
Octal 273 255 340 21 27 0 14 400 55 116
Binary 10111011 10101101 11100000 10001 10111 0 1100 100000000 101101 1001110

Color Harmonies of #BBADE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBADE0

Black with #BBADE0

Text Example


Text Example

White with #BBADE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBADE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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