Html Css Color HEX #BBADD1 Moon Raker

📋 copy color: '#BBADD1'

red 187 ◦ green 173 ◦ blue 209

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

Shades of Moon Raker #BBADD1

Tints of Moon Raker #BBADD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.73%

R = 32.86%
G = 30.4%
B = 36.73%

CMYK

 C value IS 0.11

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BBADD1 (or 0xBBADD1) is known color: Moon Raker. HEX triplet: BB, AD and D1. RGB value is (187,173,209). Sum of RGB (Red+Green+Blue) = 187+173+209=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 173 (67.97% from 255 or 30.40% from 569); Blue value is 209 (82.03% from 255 or 36.73% from 569); Max value from RGB is 209 - color contains mainly: blue. Hex color #BBADD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADD1 is #44522E. Grayscale: #B5B5B5. Windows color (decimal): -4477487 or 13741499. OLE color: 13741499.

HSL color Cylindrical-coordinate representation of color #BBADD1: hue angle of 263.33º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBADD1 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 173 209 -
CMYK 0.11 0.17 0 0.18
HSL 263.33º 0.28% 0.75% -
HSV(B) 263.33º 0.17% 0.82% -
XYZ 46.95 45.06 66.54 -
YUV 181.29 143.64 132.07 -
System Red Green Blue C M Y K H S L
Decimal 187 173 209 0.11 0.17 0 0.18 263.33 0.28 0.75
Hex BB AD D1 B 11 0 12 107 1C 4B
Octal 273 255 321 13 21 0 22 407 34 113
Binary 10111011 10101101 11010001 1011 10001 0 10010 100000111 11100 1001011

Color Harmonies of #BBADD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBADD1

Black with #BBADD1

Text Example


Text Example

White with #BBADD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBADD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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