Html Css Color HEX #BBADDD Moon Raker

📋 copy color: '#BBADDD'

red 187 ◦ green 173 ◦ blue 221

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

Shades of Moon Raker #BBADDD

Tints of Moon Raker #BBADDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.04%

R = 32.19%
G = 29.78%
B = 38.04%

CMYK

 C value IS 0.15

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBADDD (or 0xBBADDD) is known color: Moon Raker. HEX triplet: BB, AD and DD. RGB value is (187,173,221). Sum of RGB (Red+Green+Blue) = 187+173+221=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 173 (67.97% from 255 or 29.78% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBADDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADDD is #445222. Grayscale: #B6B6B6. Windows color (decimal): -4477475 or 14527931. OLE color: 14527931.

HSL color Cylindrical-coordinate representation of color #BBADDD: hue angle of 257.5º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBADDD is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 173 221 -
CMYK 0.15 0.22 0 0.13
HSL 257.5º 0.41% 0.77% -
HSV(B) 257.5º 0.22% 0.87% -
XYZ 48.49 45.67 74.67 -
YUV 182.66 149.64 131.1 -
System Red Green Blue C M Y K H S L
Decimal 187 173 221 0.15 0.22 0 0.13 257.5 0.41 0.77
Hex BB AD DD F 16 0 D 102 29 4D
Octal 273 255 335 17 26 0 15 402 51 115
Binary 10111011 10101101 11011101 1111 10110 0 1101 100000010 101001 1001101

Color Harmonies of #BBADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBADDD

Black with #BBADDD

Text Example


Text Example

White with #BBADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBADDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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