Html Css Color HEX #BBB1C9 Moon Raker

📋 copy color: '#BBB1C9'

red 187 ◦ green 177 ◦ blue 201

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

Shades of Moon Raker #BBB1C9

Tints of Moon Raker #BBB1C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 35.58%

R = 33.1%
G = 31.33%
B = 35.58%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BBB1C9 (or 0xBBB1C9) is known color: Moon Raker. HEX triplet: BB, B1 and C9. RGB value is (187,177,201). Sum of RGB (Red+Green+Blue) = 187+177+201=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 177 (69.53% from 255 or 31.33% from 565); Blue value is 201 (78.91% from 255 or 35.58% from 565); Max value from RGB is 201 - color contains mainly: blue. Hex color #BBB1C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB1C9 is #444E36. Grayscale: #B6B6B6. Windows color (decimal): -4476471 or 13218235. OLE color: 13218235.

HSL color Cylindrical-coordinate representation of color #BBB1C9: hue angle of 265º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBB1C9 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 177 201 -
CMYK 0.07 0.12 0 0.21
HSL 265º 0.18% 0.74% -
HSV(B) 265º 0.12% 0.79% -
XYZ 46.76 46.23 61.72 -
YUV 182.73 138.31 131.05 -
System Red Green Blue C M Y K H S L
Decimal 187 177 201 0.07 0.12 0 0.21 265 0.18 0.74
Hex BB B1 C9 7 C 0 15 109 12 4A
Octal 273 261 311 7 14 0 25 411 22 112
Binary 10111011 10110001 11001001 111 1100 0 10101 100001001 10010 1001010

Color Harmonies of #BBB1C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB1C9

Black with #BBB1C9

Text Example


Text Example

White with #BBB1C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB1C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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