Html Css Color HEX #BBB1D8 Moon Raker

📋 copy color: '#BBB1D8'

red 187 ◦ green 177 ◦ blue 216

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

Shades of Moon Raker #BBB1D8

Tints of Moon Raker #BBB1D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.24%

R = 32.24%
G = 30.52%
B = 37.24%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BBB1D8 (or 0xBBB1D8) is known color: Moon Raker. HEX triplet: BB, B1 and D8. RGB value is (187,177,216). Sum of RGB (Red+Green+Blue) = 187+177+216=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 177 (69.53% from 255 or 30.52% from 580); Blue value is 216 (84.77% from 255 or 37.24% from 580); Max value from RGB is 216 - color contains mainly: blue. Hex color #BBB1D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB1D8 is #444E27. Grayscale: #B8B8B8. Windows color (decimal): -4476456 or 14201275. OLE color: 14201275.

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

Color convert

RGB 187 177 216 -
CMYK 0.13 0.18 0 0.15
HSL 255.38º 0.33% 0.77% -
HSV(B) 255.38º 0.18% 0.85% -
XYZ 48.61 46.97 71.47 -
YUV 184.44 145.81 129.83 -
System Red Green Blue C M Y K H S L
Decimal 187 177 216 0.13 0.18 0 0.15 255.38 0.33 0.77
Hex BB B1 D8 D 12 0 F FF 21 4D
Octal 273 261 330 15 22 0 17 377 41 115
Binary 10111011 10110001 11011000 1101 10010 0 1111 11111111 100001 1001101

Color Harmonies of #BBB1D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB1D8

Black with #BBB1D8

Text Example


Text Example

White with #BBB1D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB1D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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