Html Css Color HEX #BBB1CD Moon Raker

📋 copy color: '#BBB1CD'

red 187 ◦ green 177 ◦ blue 205

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

Shades of Moon Raker #BBB1CD

Tints of Moon Raker #BBB1CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.03%

R = 32.86%
G = 31.11%
B = 36.03%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BBB1CD (or 0xBBB1CD) is known color: Moon Raker. HEX triplet: BB, B1 and CD. RGB value is (187,177,205). Sum of RGB (Red+Green+Blue) = 187+177+205=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 177 (69.53% from 255 or 31.11% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 205 - color contains mainly: blue. Hex color #BBB1CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB1CD is #444E32. Grayscale: #B7B7B7. Windows color (decimal): -4476467 or 13480379. OLE color: 13480379.

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

Color convert

RGB 187 177 205 -
CMYK 0.09 0.14 0 0.20
HSL 261.43º 0.22% 0.75% -
HSV(B) 261.43º 0.14% 0.8% -
XYZ 47.24 46.42 64.23 -
YUV 183.18 140.31 130.72 -
System Red Green Blue C M Y K H S L
Decimal 187 177 205 0.09 0.14 0 0.20 261.43 0.22 0.75
Hex BB B1 CD 9 E 0 14 105 16 4B
Octal 273 261 315 11 16 0 24 405 26 113
Binary 10111011 10110001 11001101 1001 1110 0 10100 100000101 10110 1001011

Color Harmonies of #BBB1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB1CD

Black with #BBB1CD

Text Example


Text Example

White with #BBB1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB1CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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