Html Css Color HEX #BBB5C7 Moon Raker

📋 copy color: '#BBB5C7'

red 187 ◦ green 181 ◦ blue 199

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

Shades of Moon Raker #BBB5C7

Tints of Moon Raker #BBB5C7

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.92%

 BLUE value IS 199 (78.13% from 255) = 35.1%

R = 32.98%
G = 31.92%
B = 35.1%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BBB5C7 (or 0xBBB5C7) is known color: Moon Raker. HEX triplet: BB, B5 and C7. RGB value is (187,181,199). Sum of RGB (Red+Green+Blue) = 187+181+199=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 181 (71.09% from 255 or 31.92% from 567); Blue value is 199 (78.12% from 255 or 35.10% from 567); Max value from RGB is 199 - color contains mainly: blue. Hex color #BBB5C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB5C7 is #444A38. Grayscale: #B8B8B8. Windows color (decimal): -4475449 or 13088187. OLE color: 13088187.

HSL color Cylindrical-coordinate representation of color #BBB5C7: hue angle of 260º degrees, saturation: 0.14, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBB5C7 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 181 199 -
CMYK 0.06 0.09 0 0.22
HSL 260º 0.14% 0.75% -
HSV(B) 260º 0.09% 0.78% -
XYZ 47.33 47.74 60.75 -
YUV 184.85 135.99 129.54 -
System Red Green Blue C M Y K H S L
Decimal 187 181 199 0.06 0.09 0 0.22 260 0.14 0.75
Hex BB B5 C7 6 9 0 16 104 E 4B
Octal 273 265 307 6 11 0 26 404 16 113
Binary 10111011 10110101 11000111 110 1001 0 10110 100000100 1110 1001011

Color Harmonies of #BBB5C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB5C7

Black with #BBB5C7

Text Example


Text Example

White with #BBB5C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB5C7; }

 p { color: rgb(187,181,199); }

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

background-color css

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

 a { background-color: rgb(187,181,199); }

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

border-color css

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

 span { border-color: rgb(187,181,199); }

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