#BBCDBA

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

Shades of Paris White #BBCDBA

Tints of Paris White #BBCDBA

Color information

#BBCDBA (or 0xBBCDBA) is unknown color: approx Paris White. HEX triplet: BB, CD and BA. RGB value is (187,205,186). Sum of RGB (Red+Green+Blue) = 187+205+186=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 205 (80.47% from 255 or 35.47% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDBA is #443245. Grayscale: #C5C5C5. Windows color (decimal): -4469318 or 12242363. OLE color: 12242363.

HSL color Cylindrical-coordinate representation of color #BBCDBA: hue angle of 116.84º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBCDBA is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB187205186-
CMYK0.0900.090.20
HSL116.84º15.97%76.67%-
HSV(B)116.84º9.27%80.39%-
XYZ51.1957.7754.91-
YUV197.45121.54120.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.35%
GREEN value IS 205 (80.47% from 255) = 35.47%
BLUE value IS 186 (73.05% from 255) = 32.18%
R=32.35%
G=35.47%
B=32.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1872051860.0900.090.20116.8415.9776.67
HexBBCDBA9091475104d
Octal273315272110112416520115
Binary101110111100110110111010100101001101001110101100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCDBA; }

 p { color: rgb(187,205,186); }

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

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

 a { background-color: rgb(187,205,186); }

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

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

 span { border-color: rgb(187,205,186); }

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