#BBB4BE

Color #BBB4BE Chatelle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chatelle #BBB4BE

Tints of Chatelle #BBB4BE

Color information

#BBB4BE (or 0xBBB4BE) is unknown color: approx Chatelle. HEX triplet: BB, B4 and BE. RGB value is (187,180,190). Sum of RGB (Red+Green+Blue) = 187+180+190=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 180 (70.70% from 255 or 32.32% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 190 - color contains mainly: blue. Hex color #BBB4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB4BE is #444B41. Grayscale: #B7B7B7. Windows color (decimal): -4475714 or 12498107. OLE color: 12498107.

HSL color Cylindrical-coordinate representation of color #BBB4BE: hue angle of 282º degrees, saturation: 0.07, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BBB4BE is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB187180190-
CMYK0.020.0500.25
HSL282º7.14%72.55%-
HSV(B)282º5.26%74.51%-
XYZ46.1146.9355.34-
YUV183.23131.82130.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.57%
GREEN value IS 180 (70.70% from 255) = 32.32%
BLUE value IS 190 (74.61% from 255) = 34.11%
R=33.57%
G=32.32%
B=34.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871801900.020.0500.252827.1472.55
HexBBB4BE2501911a749
Octal273264276250314327111
Binary101110111011010010111110101010110011000110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB4BE; }

 p { color: rgb(187,180,190); }

 H1.HeaderClassName
 {
   color: #BBB4BE;
 }
 .AnyTagClassName
 {
   color: #BBB4BE;
 }
</style>
background-color css

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

 a { background-color: rgb(187,180,190); }

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

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

 span { border-color: rgb(187,180,190); }

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