Html Css Color HEX #BBB0D6 Moon Raker

📋 copy color: '#BBB0D6'

red 187 ◦ green 176 ◦ blue 214

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

Shades of Moon Raker #BBB0D6

Tints of Moon Raker #BBB0D6

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.5%

 BLUE value IS 214 (83.98% from 255) = 37.09%

R = 32.41%
G = 30.5%
B = 37.09%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BBB0D6 (or 0xBBB0D6) is known color: Moon Raker. HEX triplet: BB, B0 and D6. RGB value is (187,176,214). Sum of RGB (Red+Green+Blue) = 187+176+214=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 176 (69.14% from 255 or 30.50% from 577); Blue value is 214 (83.98% from 255 or 37.09% from 577); Max value from RGB is 214 - color contains mainly: blue. Hex color #BBB0D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB0D6 is #444F29. Grayscale: #B7B7B7. Windows color (decimal): -4476714 or 14069947. OLE color: 14069947.

HSL color Cylindrical-coordinate representation of color #BBB0D6: hue angle of 257.37º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBB0D6 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 176 214 -
CMYK 0.13 0.18 0 0.16
HSL 257.37º 0.32% 0.76% -
HSV(B) 257.37º 0.18% 0.84% -
XYZ 48.16 46.47 70.05 -
YUV 183.62 145.14 130.41 -
System Red Green Blue C M Y K H S L
Decimal 187 176 214 0.13 0.18 0 0.16 257.37 0.32 0.76
Hex BB B0 D6 D 12 0 10 101 20 4C
Octal 273 260 326 15 22 0 20 401 40 114
Binary 10111011 10110000 11010110 1101 10010 0 10000 100000001 100000 1001100

Color Harmonies of #BBB0D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB0D6

Black with #BBB0D6

Text Example


Text Example

White with #BBB0D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB0D6; }

 p { color: rgb(187,176,214); }

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

background-color css

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

 a { background-color: rgb(187,176,214); }

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

border-color css

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

 span { border-color: rgb(187,176,214); }

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