Html Css Color HEX #BBADD2 Moon Raker

📋 copy color: '#BBADD2'

red 187 ◦ green 173 ◦ blue 210

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

Shades of Moon Raker #BBADD2

Tints of Moon Raker #BBADD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.84%

R = 32.81%
G = 30.35%
B = 36.84%

CMYK

 C value IS 0.11

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BBADD2 (or 0xBBADD2) is known color: Moon Raker. HEX triplet: BB, AD and D2. RGB value is (187,173,210). Sum of RGB (Red+Green+Blue) = 187+173+210=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 210 (82.42% from 255 or 36.84% from 570); Max value from RGB is 210 - color contains mainly: blue. Hex color #BBADD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADD2 is #44522D. Grayscale: #B5B5B5. Windows color (decimal): -4477486 or 13807035. OLE color: 13807035.

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

Color convert

RGB 187 173 210 -
CMYK 0.11 0.18 0 0.18
HSL 262.7º 0.29% 0.75% -
HSV(B) 262.7º 0.18% 0.82% -
XYZ 47.07 45.11 67.2 -
YUV 181.4 144.14 131.99 -
System Red Green Blue C M Y K H S L
Decimal 187 173 210 0.11 0.18 0 0.18 262.7 0.29 0.75
Hex BB AD D2 B 12 0 12 107 1D 4B
Octal 273 255 322 13 22 0 22 407 35 113
Binary 10111011 10101101 11010010 1011 10010 0 10010 100000111 11101 1001011

Color Harmonies of #BBADD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBADD2

Black with #BBADD2

Text Example


Text Example

White with #BBADD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBADD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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