Html Css Color HEX #BBB1D7 Moon Raker

📋 copy color: '#BBB1D7'

red 187 ◦ green 177 ◦ blue 215

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

Shades of Moon Raker #BBB1D7

Tints of Moon Raker #BBB1D7

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.57%

 BLUE value IS 215 (84.38% from 255) = 37.13%

R = 32.3%
G = 30.57%
B = 37.13%

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

#BBB1D7 (or 0xBBB1D7) is known color: Moon Raker. HEX triplet: BB, B1 and D7. RGB value is (187,177,215). Sum of RGB (Red+Green+Blue) = 187+177+215=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 177 (69.53% from 255 or 30.57% from 579); Blue value is 215 (84.38% from 255 or 37.13% from 579); Max value from RGB is 215 - color contains mainly: blue. Hex color #BBB1D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB1D7 is #444E28. Grayscale: #B8B8B8. Windows color (decimal): -4476457 or 14135739. OLE color: 14135739.

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

Color convert

RGB 187 177 215 -
CMYK 0.13 0.18 0 0.16
HSL 255.79º 0.32% 0.77% -
HSV(B) 255.79º 0.18% 0.84% -
XYZ 48.48 46.92 70.79 -
YUV 184.32 145.31 129.91 -
System Red Green Blue C M Y K H S L
Decimal 187 177 215 0.13 0.18 0 0.16 255.79 0.32 0.77
Hex BB B1 D7 D 12 0 10 100 20 4D
Octal 273 261 327 15 22 0 20 400 40 115
Binary 10111011 10110001 11010111 1101 10010 0 10000 100000000 100000 1001101

Color Harmonies of #BBB1D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB1D7

Black with #BBB1D7

Text Example


Text Example

White with #BBB1D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB1D7; }

 p { color: rgb(187,177,215); }

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

background-color css

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

 a { background-color: rgb(187,177,215); }

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

border-color css

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

 span { border-color: rgb(187,177,215); }

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