Html Css Color HEX #BBB0CC Moon Raker

📋 copy color: '#BBB0CC'

red 187 ◦ green 176 ◦ blue 204

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

Shades of Moon Raker #BBB0CC

Tints of Moon Raker #BBB0CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.98%

R = 32.98%
G = 31.04%
B = 35.98%

CMYK

 C value IS 0.08

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BBB0CC (or 0xBBB0CC) is known color: Moon Raker. HEX triplet: BB, B0 and CC. RGB value is (187,176,204). Sum of RGB (Red+Green+Blue) = 187+176+204=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 176 (69.14% from 255 or 31.04% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 204 - color contains mainly: blue. Hex color #BBB0CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB0CC is #444F33. Grayscale: #B6B6B6. Windows color (decimal): -4476724 or 13414587. OLE color: 13414587.

HSL color Cylindrical-coordinate representation of color #BBB0CC: hue angle of 263.57º 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 #BBB0CC is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 176 204 -
CMYK 0.08 0.14 0 0.2
HSL 263.57º 0.22% 0.75% -
HSV(B) 263.57º 0.14% 0.8% -
XYZ 46.92 45.98 63.53 -
YUV 182.48 140.14 131.22 -
System Red Green Blue C M Y K H S L
Decimal 187 176 204 0.08 0.14 0 0.2 263.57 0.22 0.75
Hex BB B0 CC 8 E 0 14 108 16 4B
Octal 273 260 314 10 16 0 24 410 26 113
Binary 10111011 10110000 11001100 1000 1110 0 10100 100001000 10110 1001011

Color Harmonies of #BBB0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB0CC

Black with #BBB0CC

Text Example


Text Example

White with #BBB0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB0CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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