Html Css Color HEX #BBB1CB Moon Raker

📋 copy color: '#BBB1CB'

red 187 ◦ green 177 ◦ blue 203

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

Shades of Moon Raker #BBB1CB

Tints of Moon Raker #BBB1CB

RGB

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

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

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

R = 32.98%
G = 31.22%
B = 35.8%

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

#BBB1CB (or 0xBBB1CB) is known color: Moon Raker. HEX triplet: BB, B1 and CB. RGB value is (187,177,203). Sum of RGB (Red+Green+Blue) = 187+177+203=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 177 (69.53% from 255 or 31.22% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBB1CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB1CB is #444E34. Grayscale: #B6B6B6. Windows color (decimal): -4476469 or 13349307. OLE color: 13349307.

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

Color convert

RGB 187 177 203 -
CMYK 0.08 0.13 0 0.20
HSL 263.08º 0.2% 0.75% -
HSV(B) 263.08º 0.13% 0.8% -
XYZ 47 46.32 62.96 -
YUV 182.95 139.31 130.89 -
System Red Green Blue C M Y K H S L
Decimal 187 177 203 0.08 0.13 0 0.20 263.08 0.2 0.75
Hex BB B1 CB 8 D 0 14 107 14 4B
Octal 273 261 313 10 15 0 24 407 24 113
Binary 10111011 10110001 11001011 1000 1101 0 10100 100000111 10100 1001011

Color Harmonies of #BBB1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB1CB

Black with #BBB1CB

Text Example


Text Example

White with #BBB1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB1CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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