Html Css Color HEX #BBB3CB Moon Raker

📋 copy color: '#BBB3CB'

red 187 ◦ green 179 ◦ blue 203

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

Shades of Moon Raker #BBB3CB

Tints of Moon Raker #BBB3CB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.46%

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

R = 32.86%
G = 31.46%
B = 35.68%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BBB3CB (or 0xBBB3CB) is known color: Moon Raker. HEX triplet: BB, B3 and CB. RGB value is (187,179,203). Sum of RGB (Red+Green+Blue) = 187+179+203=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 179 (70.31% from 255 or 31.46% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBB3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB3CB is #444C34. Grayscale: #B8B8B8. Windows color (decimal): -4475957 or 13349819. OLE color: 13349819.

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

Color convert

RGB 187 179 203 -
CMYK 0.08 0.12 0 0.20
HSL 260º 0.19% 0.75% -
HSV(B) 260º 0.12% 0.8% -
XYZ 47.39 47.12 63.1 -
YUV 184.13 138.65 130.05 -
System Red Green Blue C M Y K H S L
Decimal 187 179 203 0.08 0.12 0 0.20 260 0.19 0.75
Hex BB B3 CB 8 C 0 14 104 13 4B
Octal 273 263 313 10 14 0 24 404 23 113
Binary 10111011 10110011 11001011 1000 1100 0 10100 100000100 10011 1001011

Color Harmonies of #BBB3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB3CB

Black with #BBB3CB

Text Example


Text Example

White with #BBB3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB3CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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