Html Css Color HEX #BBB0CB Moon Raker

📋 copy color: '#BBB0CB'

red 187 ◦ green 176 ◦ blue 203

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

Shades of Moon Raker #BBB0CB

Tints of Moon Raker #BBB0CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.87%

R = 33.04%
G = 31.1%
B = 35.87%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BBB0CB (or 0xBBB0CB) is known color: Moon Raker. HEX triplet: BB, B0 and CB. RGB value is (187,176,203). Sum of RGB (Red+Green+Blue) = 187+176+203=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 176 (69.14% from 255 or 31.10% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBB0CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB0CB is #444F34. Grayscale: #B6B6B6. Windows color (decimal): -4476725 or 13349051. OLE color: 13349051.

HSL color Cylindrical-coordinate representation of color #BBB0CB: hue angle of 264.44º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBB0CB is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 176 203 -
CMYK 0.08 0.13 0 0.20
HSL 264.44º 0.21% 0.74% -
HSV(B) 264.44º 0.13% 0.8% -
XYZ 46.8 45.93 62.9 -
YUV 182.37 139.64 131.3 -
System Red Green Blue C M Y K H S L
Decimal 187 176 203 0.08 0.13 0 0.20 264.44 0.21 0.74
Hex BB B0 CB 8 D 0 14 108 15 4A
Octal 273 260 313 10 15 0 24 410 25 112
Binary 10111011 10110000 11001011 1000 1101 0 10100 100001000 10101 1001010

Color Harmonies of #BBB0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB0CB

Black with #BBB0CB

Text Example


Text Example

White with #BBB0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB0CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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