Html Css Color HEX #BBB0C9 Moon Raker

📋 copy color: '#BBB0C9'

red 187 ◦ green 176 ◦ blue 201

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

Shades of Moon Raker #BBB0C9

Tints of Moon Raker #BBB0C9

RGB

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

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

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

R = 33.16%
G = 31.21%
B = 35.64%

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

#BBB0C9 (or 0xBBB0C9) is known color: Moon Raker. HEX triplet: BB, B0 and C9. RGB value is (187,176,201). Sum of RGB (Red+Green+Blue) = 187+176+201=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 176 (69.14% from 255 or 31.21% from 564); Blue value is 201 (78.91% from 255 or 35.64% from 564); Max value from RGB is 201 - color contains mainly: blue. Hex color #BBB0C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB0C9 is #444F36. Grayscale: #B6B6B6. Windows color (decimal): -4476727 or 13217979. OLE color: 13217979.

HSL color Cylindrical-coordinate representation of color #BBB0C9: hue angle of 266.4º degrees, saturation: 0.19, 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 #BBB0C9 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 176 201 -
CMYK 0.07 0.12 0 0.21
HSL 266.4º 0.19% 0.74% -
HSV(B) 266.4º 0.12% 0.79% -
XYZ 46.56 45.83 61.65 -
YUV 182.14 138.64 131.47 -
System Red Green Blue C M Y K H S L
Decimal 187 176 201 0.07 0.12 0 0.21 266.4 0.19 0.74
Hex BB B0 C9 7 C 0 15 10A 13 4A
Octal 273 260 311 7 14 0 25 412 23 112
Binary 10111011 10110000 11001001 111 1100 0 10101 100001010 10011 1001010

Color Harmonies of #BBB0C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB0C9

Black with #BBB0C9

Text Example


Text Example

White with #BBB0C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB0C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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